From 4f35d02a21820b2a3120c4cae04f1c543a727874 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Thu, 26 Sep 2013 12:50:28 +0000 Subject: [PATCH] - decrease amount of PUT rounds to finish all before the GETs start --- src/regex/gnunet-daemon-regexprofiler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/regex/gnunet-daemon-regexprofiler.c b/src/regex/gnunet-daemon-regexprofiler.c index 7f70c2cc0..0fb47d23a 100644 --- a/src/regex/gnunet-daemon-regexprofiler.c +++ b/src/regex/gnunet-daemon-regexprofiler.c @@ -93,7 +93,7 @@ static char *rx_with_pfx; /** * How many put rounds should we do. */ -static unsigned int rounds = 5; +static unsigned int rounds = 3; /** * Private key for this peer. -- 2.25.1