aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-25 14:11:35 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-25 14:11:35 +0000
commit91d1bc4750c36d7f3e996f483fe4bee7c242eb45 (patch)
tree63853d31df779e4b6cc8621eded470934f958e97 /contrib
parent21e8f6112aa41b1fd7f4c49c07304044b7cbd36e (diff)
downloadgnunet-91d1bc4750c36d7f3e996f483fe4bee7c242eb45.tar.gz
gnunet-91d1bc4750c36d7f3e996f483fe4bee7c242eb45.zip
allow user to configure no deletion with testing
Diffstat (limited to 'contrib')
-rw-r--r--contrib/defaults.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/defaults.conf b/contrib/defaults.conf
index 26d5d6237..86c6a25ed 100644
--- a/contrib/defaults.conf
+++ b/contrib/defaults.conf
@@ -18,6 +18,9 @@ CONNECT_ATTEMPTS = 3
18# How many connections can happen simultaneously? 18# How many connections can happen simultaneously?
19MAX_OUTSTANDING_CONNECTIONS = 50 19MAX_OUTSTANDING_CONNECTIONS = 50
20 20
21# Should we clean up the files on peer group shutdown?
22DELETE_FILES = YES
23
21[client] 24[client]
22HOME = $SERVICEHOME 25HOME = $SERVICEHOME
23 26