diff options
Diffstat (limited to 'src/datastore/datastore.conf.in')
-rw-r--r-- | src/datastore/datastore.conf.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/datastore/datastore.conf.in b/src/datastore/datastore.conf.in index 837c619..7a92070 100644 --- a/src/datastore/datastore.conf.in +++ b/src/datastore/datastore.conf.in @@ -1,16 +1,15 @@ [datastore] AUTOSTART = YES UNIXPATH = /tmp/gnunet-service-datastore.sock -UNIX_MATCH_UID = YES +UNIX_MATCH_UID = NO UNIX_MATCH_GID = YES @UNIXONLY@ PORT = 2093 HOSTNAME = localhost HOME = $SERVICEHOME -CONFIG = $DEFAULTCONFIG BINARY = gnunet-service-datastore ACCEPT_FROM = 127.0.0.1; ACCEPT_FROM6 = ::1; -QUOTA = 100 MB +QUOTA = 5 GB BLOOMFILTER = $SERVICEHOME/datastore/bloomfilter DATABASE = sqlite # DISABLE_SOCKET_FORWARDING = NO @@ -30,4 +29,5 @@ CONFIG = ~/.my.cnf # PORT = 3306 - +[datastore-heap] +HASHMAPSIZE = 1024 |