- cleanup dead code
[oweals/gnunet.git] / src / dht / dht.conf.in
index 09abb8d74d75055cc835a767e3e038322f7de43f..59c5bc1b7c15588669af0bd4e49cd47f8d4266c6 100644 (file)
@@ -21,14 +21,16 @@ UNIX_MATCH_GID = YES
 # REJECT_FROM6 =
 # PREFIX =
 
+# Should the DHT cache results that we are routing in the DATACACHE as well?
+CACHE_RESULTS = YES
 
 # Special option to disable DHT calling 'try_connect' (for testing)
 DISABLE_TRY_CONNECT = NO
 
 
 [dhtcache]
-DATABASE = sqlite
-QUOTA = 500 MB
+DATABASE = heap
+QUOTA = 50 MB
 
 # Disable RC-file for Bloom filter?  (for benchmarking with limited IO availability)
 DISABLE_BF_RC = NO