diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-04-29 10:56:15 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-04-29 10:56:15 +0200 |
commit | ce2864cfaa27e55096b480bf35db5f8cee2a5e7e (patch) | |
tree | be47c017d1467870000aa1a507eab3c995304179 /src/namecache | |
parent | 823215c974ccb1ef3cad9eb1082999cd1b910416 (diff) |
add option to disable namecache, add velocity calculation and delay correction to zonemaster, fix some ftbfs from recent NAMESTORE API change
Diffstat (limited to 'src/namecache')
-rw-r--r-- | src/namecache/namecache.conf.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/namecache/namecache.conf.in b/src/namecache/namecache.conf.in index 236cafecd8..becd34187c 100644 --- a/src/namecache/namecache.conf.in +++ b/src/namecache/namecache.conf.in @@ -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 |