aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gns.conf.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-04 22:11:55 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-04 22:11:55 +0100
commit5672e0e27b671fa878143e5eed8a9b677588b178 (patch)
tree91a9a5bbeac95a3a65b08484d3295ee3cd03e8b8 /src/gns/gns.conf.in
parent60c6dfd1fe22a01a3f7723e7e2bb18d52895c527 (diff)
downloadgnunet-5672e0e27b671fa878143e5eed8a9b677588b178.tar.gz
gnunet-5672e0e27b671fa878143e5eed8a9b677588b178.zip
move functionality of publishing namestore zone in DHT from GNS service to new zonemaster service
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