aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht.conf.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-23 10:50:28 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-23 10:50:28 +0000
commit7bcb01815e30bab21204f1d974f727130b2a7884 (patch)
tree20baa8c7ab8f6d7e216200ca50730e558adc62aa /src/dht/dht.conf.in
parente730bd4b9d68a38b3d4277f6222369de61da8225 (diff)
downloadgnunet-7bcb01815e30bab21204f1d974f727130b2a7884.tar.gz
gnunet-7bcb01815e30bab21204f1d974f727130b2a7884.zip
add option to cache blocks from result messages as well
Diffstat (limited to 'src/dht/dht.conf.in')
-rw-r--r--src/dht/dht.conf.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dht/dht.conf.in b/src/dht/dht.conf.in
index 2802111df..59c5bc1b7 100644
--- a/src/dht/dht.conf.in
+++ b/src/dht/dht.conf.in
@@ -21,6 +21,8 @@ UNIX_MATCH_GID = YES
21# REJECT_FROM6 = 21# REJECT_FROM6 =
22# PREFIX = 22# PREFIX =
23 23
24# Should the DHT cache results that we are routing in the DATACACHE as well?
25CACHE_RESULTS = YES
24 26
25# Special option to disable DHT calling 'try_connect' (for testing) 27# Special option to disable DHT calling 'try_connect' (for testing)
26DISABLE_TRY_CONNECT = NO 28DISABLE_TRY_CONNECT = NO