aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gns.conf.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-24 08:28:19 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-24 08:28:19 +0000
commit6c33a3bbe11a98b306b42854812d8af6662b892e (patch)
tree8882ce9a28d1217de7466bc3ebda0de28e47b5ff /src/gns/gns.conf.in
parent6817ec26a3d87926add681d37685214fc3370541 (diff)
downloadgnunet-6c33a3bbe11a98b306b42854812d8af6662b892e.tar.gz
gnunet-6c33a3bbe11a98b306b42854812d8af6662b892e.zip
-keep reading from client to support multiple GNS requests in parallel
Diffstat (limited to 'src/gns/gns.conf.in')
-rw-r--r--src/gns/gns.conf.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/gns/gns.conf.in b/src/gns/gns.conf.in
index f2d65adfe..91fd822f8 100644
--- a/src/gns/gns.conf.in
+++ b/src/gns/gns.conf.in
@@ -8,13 +8,6 @@ UNIXPATH = /tmp/gnunet-service-gns.sock
8 8
9ZONE_DIR = $SERVICEHOME/gns/ 9ZONE_DIR = $SERVICEHOME/gns/
10 10
11# Should we hijack DNS queries using the Linux firewall?
12# (this only works on GNU/Linux systems)
13HIJACK_DNS = NO
14
15# Automatically import PKEYs we learn into the shorten zone?
16AUTO_IMPORT_PKEY = YES
17
18# Do we require users that want to access GNS to run this process 11# Do we require users that want to access GNS to run this process
19# (usually not a good idea) 12# (usually not a good idea)
20UNIX_MATCH_UID = NO 13UNIX_MATCH_UID = NO
@@ -22,11 +15,6 @@ UNIX_MATCH_UID = NO
22# Do we require users that want to access GNS to be in the 'gnunet' group? 15# Do we require users that want to access GNS to be in the 'gnunet' group?
23UNIX_MATCH_GID = YES 16UNIX_MATCH_GID = YES
24 17
25# When we automatically import PKEYs into shorten zone, require confirmation
26# before they become active? (Not useful right now as the GUI to confirm
27# doesn't exist -- and neither does the API...)
28AUTO_IMPORT_CONFIRMATION_REQ = NO
29
30# How many queries is GADS allowed to perform in the background at the same time? 18# How many queries is GADS allowed to perform in the background at the same time?
31MAX_PARALLEL_BACKGROUND_QUERIES = 25 19MAX_PARALLEL_BACKGROUND_QUERIES = 25
32 20