aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-24 11:43:32 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-24 11:43:32 +0000
commit8cfd6503c9292c8fb2d5b4a6ee00193645bd86d4 (patch)
tree192971a5f3bd0290d727400bf0a0674f94ea7896 /contrib
parent7f935fa396f06a7b2bfa02549ff833316c7c9022 (diff)
downloadgnunet-8cfd6503c9292c8fb2d5b4a6ee00193645bd86d4.tar.gz
gnunet-8cfd6503c9292c8fb2d5b4a6ee00193645bd86d4.zip
move to config instead of hard-coding for testing
Diffstat (limited to 'contrib')
-rw-r--r--contrib/defaults.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/defaults.conf b/contrib/defaults.conf
index 639c30f6a..2461fb54e 100644
--- a/contrib/defaults.conf
+++ b/contrib/defaults.conf
@@ -433,6 +433,15 @@ UNIX_MATCH_UID = YES
433UNIX_MATCH_GID = YES 433UNIX_MATCH_GID = YES
434PROOFFILE = $SERVICEHOME/.nse-proof 434PROOFFILE = $SERVICEHOME/.nse-proof
435 435
436# How 'slowly' should the proof-of-work be constructed (delay
437# between rounds in ms); sane values between 0 and ~1000.
438WORKDELAY = 5
439
440# Note: changing any of the values below will make this peer
441# completely incompatible with other peers!
442INTERVAL = 3600000
443WORKBITS = 20
444
436 445
437[vpn] 446[vpn]
438CONFIG = $DEFAULTCONFIG 447CONFIG = $DEFAULTCONFIG