add option to disable namecache, add velocity calculation and delay correction to...
[oweals/gnunet.git] / src / namecache / namecache.conf.in
index 236cafecd89525eae1b843d621e5b15111ce72c1..becd34187c3e4aa467b5238a0093f2c5cfadc73d 100644 (file)
@@ -11,6 +11,11 @@ ACCEPT_FROM = 127.0.0.1;
 ACCEPT_FROM6 = ::1;
 DATABASE = sqlite
 
+# Disables use of caching by GNS. Useful for systems that
+# publish very large zones and are CPU bound, if they do not
+# also do a large number of lookups.
+DISABLE = NO
+
 [namecache-sqlite]
 FILENAME = $GNUNET_DATA_HOME/namecache/sqlite.db