aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs.conf.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-23 15:32:06 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-23 15:32:06 +0100
commit427b846c6c52194e5246bc913c65ac632f54f604 (patch)
treeebad996167eb6af33319b17165577c1c7dd39248 /src/fs/fs.conf.in
parent6f8ad5f4421b88d22cdb67e0188de132a0031cbc (diff)
downloadgnunet-427b846c6c52194e5246bc913c65ac632f54f604.tar.gz
gnunet-427b846c6c52194e5246bc913c65ac632f54f604.zip
optimize queue-full case, reduce max queue size due to O(n) operation
Diffstat (limited to 'src/fs/fs.conf.in')
-rw-r--r--src/fs/fs.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs.conf.in b/src/fs/fs.conf.in
index 3534378ae..d46de387f 100644
--- a/src/fs/fs.conf.in
+++ b/src/fs/fs.conf.in
@@ -36,7 +36,7 @@ MAX_PENDING_REQUESTS = 65536
36 36
37# How many requests do we have at most waiting in the queue towards 37# How many requests do we have at most waiting in the queue towards
38# the datastore? (important for memory consumption) 38# the datastore? (important for memory consumption)
39DATASTORE_QUEUE_SIZE = 1024 39DATASTORE_QUEUE_SIZE = 32
40 40
41# Maximum frequency we're allowed to poll the datastore 41# Maximum frequency we're allowed to poll the datastore
42# for content for migration (can be used to reduce 42# for content for migration (can be used to reduce