From: Christian Grothoff Date: Mon, 12 Nov 2012 11:00:10 +0000 (+0000) Subject: -new datacache option X-Git-Tag: initial-import-from-subversion-38251~10900 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8282abfff7909f8034c63188d982c5c602246f91;p=oweals%2Fgnunet.git -new datacache option --- 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 DATABASE = sqlite QUOTA = 500 MB +# Disable RC-file for Bloom filter? (for benchmarking with limited IO availability) +DISABLE_BF_RC = NO