From: Christian Grothoff Date: Wed, 20 Oct 2010 21:06:09 +0000 (+0000) Subject: testing X-Git-Tag: initial-import-from-subversion-38251~20013 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ad3779a2fa64d275160ab742e73a01781d3273ed;p=oweals%2Fgnunet.git testing --- 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