summaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_pr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-service-fs_pr.c')
-rw-r--r--src/fs/gnunet-service-fs_pr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-service-fs_pr.c b/src/fs/gnunet-service-fs_pr.c
index c1ef6891c..d97a310d2 100644
--- a/src/fs/gnunet-service-fs_pr.c
+++ b/src/fs/gnunet-service-fs_pr.c
@@ -41,7 +41,7 @@
41 41
42/** 42/**
43 * Maximum size of the datastore queue for P2P operations. Needs to 43 * Maximum size of the datastore queue for P2P operations. Needs to
44 * be large enough to queue MAX_QUEUE_PER_PEER operations for roughly 44 * be large enough to queue #MAX_QUEUE_PER_PEER operations for roughly
45 * the number of active (connected) peers. 45 * the number of active (connected) peers.
46 */ 46 */
47#define MAX_DATASTORE_QUEUE (16 * MAX_QUEUE_PER_PEER) 47#define MAX_DATASTORE_QUEUE (16 * MAX_QUEUE_PER_PEER)