From af3bc9fff3dadfbcaa96f73dd8c751bbde8d3165 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 15 Dec 2011 12:41:18 +0000 Subject: [PATCH] store Bloomfilter with rest of datastore data --- src/datastore/datastore.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/datastore/datastore.conf b/src/datastore/datastore.conf index e86c75bb6..68de15626 100644 --- a/src/datastore/datastore.conf +++ b/src/datastore/datastore.conf @@ -11,7 +11,7 @@ BINARY = gnunet-service-datastore ACCEPT_FROM = 127.0.0.1; ACCEPT_FROM6 = ::1; QUOTA = 100 MB -BLOOMFILTER = $SERVICEHOME/fs/bloomfilter +BLOOMFILTER = $SERVICEHOME/datastore/bloomfilter DATABASE = sqlite # DISABLE_SOCKET_FORWARDING = NO -- 2.25.1