From ad3779a2fa64d275160ab742e73a01781d3273ed Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 20 Oct 2010 21:06:09 +0000 Subject: [PATCH] testing --- src/fs/gnunet-service-fs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fs/gnunet-service-fs.c b/src/fs/gnunet-service-fs.c index 4d0d13c97..7be57fdde 100644 --- a/src/fs/gnunet-service-fs.c +++ b/src/fs/gnunet-service-fs.c @@ -55,7 +55,7 @@ * a rather wasteful mode of operation (that might still get the highest * throughput overall). */ -#define SUPPORT_DELAYS GNUNET_YES +#define SUPPORT_DELAYS GNUNET_NO /** * Size for the hash map for DHT requests from the FS @@ -90,7 +90,7 @@ * rather inefficient in larger networks, hence picking 1 is in * general not the best choice. */ -#define RETRY_PROBABILITY_INV 3 +#define RETRY_PROBABILITY_INV 1 /** * What is the maximum delay for a P2P FS message (in our interaction -- 2.25.1