aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_pr.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-03-23 17:21:14 +0000
committerChristian Grothoff <christian@grothoff.org>2015-03-23 17:21:14 +0000
commited51bc86aad5044b88ce4fc3641cc920c8186863 (patch)
treef266d6766c2571ad22e35e64b31b7f33272b4d40 /src/fs/gnunet-service-fs_pr.c
parent15b4998482d695ba26948a769f7ced4327ae8c05 (diff)
downloadgnunet-ed51bc86aad5044b88ce4fc3641cc920c8186863.tar.gz
gnunet-ed51bc86aad5044b88ce4fc3641cc920c8186863.zip
-doxygen and indentation
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)