aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gns.conf.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-17 14:43:46 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-17 14:43:46 +0000
commit9eb7267ef8f98dbff65216567c18ff5dee3dac2e (patch)
treeebc3ca4572f2ecc333e18c00138bc44fa5bf8bae /src/gns/gns.conf.in
parent7cded841d917561ea812f858d7dabd11979f0202 (diff)
downloadgnunet-9eb7267ef8f98dbff65216567c18ff5dee3dac2e.tar.gz
gnunet-9eb7267ef8f98dbff65216567c18ff5dee3dac2e.zip
-fixes
Diffstat (limited to 'src/gns/gns.conf.in')
-rw-r--r--src/gns/gns.conf.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/gns.conf.in b/src/gns/gns.conf.in
index 4e83a00bf..56276c6c6 100644
--- a/src/gns/gns.conf.in
+++ b/src/gns/gns.conf.in
@@ -12,8 +12,8 @@ UNIX_MATCH_UID = NO
12# Do we require users that want to access GNS to be in the 'gnunet' group? 12# Do we require users that want to access GNS to be in the 'gnunet' group?
13UNIX_MATCH_GID = YES 13UNIX_MATCH_GID = YES
14 14
15# How many queries is GADS allowed to perform in the background at the same time? 15# How many queries is GNS allowed to perform in the background at the same time?
16MAX_PARALLEL_BACKGROUND_QUERIES = 25 16MAX_PARALLEL_BACKGROUND_QUERIES = 1000
17 17
18# How frequently do we try to publish our full zone? 18# How frequently do we try to publish our full zone?
19ZONE_PUBLISH_TIME_WINDOW = 4 h 19ZONE_PUBLISH_TIME_WINDOW = 4 h