-memory is cheap, default to heap
authorChristian Grothoff <christian@grothoff.org>
Tue, 13 Nov 2012 20:12:59 +0000 (20:12 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 13 Nov 2012 20:12:59 +0000 (20:12 +0000)
src/dht/dht.conf.in

index 09abb8d74d75055cc835a767e3e038322f7de43f..2802111df72f19c613ab169dec0bbcbda8ab5237 100644 (file)
@@ -27,8 +27,8 @@ 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