diff options
Diffstat (limited to 'src/namestore/namestore.conf.in')
-rw-r--r-- | src/namestore/namestore.conf.in | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/src/namestore/namestore.conf.in b/src/namestore/namestore.conf.in index f19ac56439..8b5e440b87 100644 --- a/src/namestore/namestore.conf.in +++ b/src/namestore/namestore.conf.in @@ -9,8 +9,17 @@ HOSTNAME = localhost BINARY = gnunet-service-namestore ACCEPT_FROM = 127.0.0.1; ACCEPT_FROM6 = ::1; + +# Which database should we use? DATABASE = sqlite +# Should we optimize publishing record by caching the mapping +# from zone private keys to zone public keys in memory? +# (Set to NO if totally paranoid about keeping private keys +# in RAM longer than necessary.) +CACHE_KEYS = YES + + [namestore-sqlite] FILENAME = $GNUNET_DATA_HOME/namestore/sqlite.db @@ -38,5 +47,3 @@ UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-fcfsd.sock # On what port does the FCFS daemon listen for HTTP clients? HTTPPORT = 18080 - - |