aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-10-12 13:58:59 +0000
committerChristian Grothoff <christian@grothoff.org>2010-10-12 13:58:59 +0000
commit55089a84f206a44059d7ba0ab0972236e93585af (patch)
tree661079d2b543d79464a75a7c2f07329a217c8bdd /src/fs/gnunet-service-fs.c
parent63cb2a4029b1baf541d19487580af8e43ee795dd (diff)
downloadgnunet-55089a84f206a44059d7ba0ab0972236e93585af.tar.gz
gnunet-55089a84f206a44059d7ba0ab0972236e93585af.zip
perf code
Diffstat (limited to 'src/fs/gnunet-service-fs.c')
-rw-r--r--src/fs/gnunet-service-fs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-service-fs.c b/src/fs/gnunet-service-fs.c
index 180becb80..9f8ec98e3 100644
--- a/src/fs/gnunet-service-fs.c
+++ b/src/fs/gnunet-service-fs.c
@@ -48,7 +48,7 @@
48 * implementation of GAP, but can be disabled for performance evaluation of 48 * implementation of GAP, but can be disabled for performance evaluation of
49 * the basic routing algorithm. 49 * the basic routing algorithm.
50 */ 50 */
51#define SUPPORT_DELAYS GNUNET_NO 51#define SUPPORT_DELAYS GNUNET_YES
52 52
53/** 53/**
54 * Maximum number of outgoing messages we queue per peer. 54 * Maximum number of outgoing messages we queue per peer.