aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gns.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gns.conf.in')
-rw-r--r--src/gns/gns.conf.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gns/gns.conf.in b/src/gns/gns.conf.in
index bf59cac15..b34246cef 100644
--- a/src/gns/gns.conf.in
+++ b/src/gns/gns.conf.in
@@ -5,7 +5,6 @@ HOSTNAME = localhost
5BINARY = gnunet-service-gns 5BINARY = gnunet-service-gns
6UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-gns.sock 6UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-gns.sock
7@JAVAPORT@PORT = 2102 7@JAVAPORT@PORT = 2102
8USER_SERVICE = YES
9 8
10# Do we require users that want to access GNS to run this process 9# Do we require users that want to access GNS to run this process
11# (usually not a good idea) 10# (usually not a good idea)
@@ -17,9 +16,6 @@ UNIX_MATCH_GID = YES
17# How many queries is GNS allowed to perform in the background at the same time? 16# How many queries is GNS allowed to perform in the background at the same time?
18MAX_PARALLEL_BACKGROUND_QUERIES = 1000 17MAX_PARALLEL_BACKGROUND_QUERIES = 1000
19 18
20# How frequently do we try to publish our full zone?
21ZONE_PUBLISH_TIME_WINDOW = 4 h
22
23# Using caching or always ask DHT 19# Using caching or always ask DHT
24# USE_CACHE = YES 20# USE_CACHE = YES
25 21