aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-11-12 11:00:10 +0000
committerChristian Grothoff <christian@grothoff.org>2012-11-12 11:00:10 +0000
commit8282abfff7909f8034c63188d982c5c602246f91 (patch)
tree68b591e45097e96ecf4f4c0f3f67b085c1cd5741
parent0c4acf951c74b9a9479cc3cbf3cf45abcdd49451 (diff)
downloadgnunet-8282abfff7909f8034c63188d982c5c602246f91.tar.gz
gnunet-8282abfff7909f8034c63188d982c5c602246f91.zip
-new datacache option
-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 0a96e1a8a..09abb8d74 100644
--- a/src/dht/dht.conf.in
+++ b/src/dht/dht.conf.in
@@ -30,3 +30,5 @@ DISABLE_TRY_CONNECT = NO
30DATABASE = sqlite 30DATABASE = sqlite
31QUOTA = 500 MB 31QUOTA = 500 MB
32 32
33# Disable RC-file for Bloom filter? (for benchmarking with limited IO availability)
34DISABLE_BF_RC = NO