diff options
author | David Barksdale <amatus.amongus@gmail.com> | 2013-07-22 08:26:16 -0500 |
---|---|---|
committer | David Barksdale <amatus.amongus@gmail.com> | 2013-08-01 08:12:45 -0500 |
commit | 000ad0090a0b4eb9889f4c45d35d4d7af2dbbe27 (patch) | |
tree | dda00bef19b649c154ba6a2b37f0f73fa1697c30 /src/datastore/datastore.conf.in | |
parent | 0f8d8bc0c5c09246d647d233767cf3437c6e8bcd (diff) |
Imported Upstream version 0.9.5a
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 |