From 8cfd6503c9292c8fb2d5b4a6ee00193645bd86d4 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 24 Jul 2011 11:43:32 +0000 Subject: move to config instead of hard-coding for testing --- contrib/defaults.conf | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'contrib') 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 UNIX_MATCH_GID = YES PROOFFILE = $SERVICEHOME/.nse-proof +# How 'slowly' should the proof-of-work be constructed (delay +# between rounds in ms); sane values between 0 and ~1000. +WORKDELAY = 5 + +# Note: changing any of the values below will make this peer +# completely incompatible with other peers! +INTERVAL = 3600000 +WORKBITS = 20 + [vpn] CONFIG = $DEFAULTCONFIG -- cgit v1.2.3