aboutsummaryrefslogtreecommitdiff
path: root/src/regex
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-09-26 12:50:28 +0000
committerBart Polot <bart@net.in.tum.de>2013-09-26 12:50:28 +0000
commit4f35d02a21820b2a3120c4cae04f1c543a727874 (patch)
tree6d13e56ac6fe1f296d9c526402410f1bd076b063 /src/regex
parent6c554033d09f4302848f598ed91246df21ca6c35 (diff)
downloadgnunet-4f35d02a21820b2a3120c4cae04f1c543a727874.tar.gz
gnunet-4f35d02a21820b2a3120c4cae04f1c543a727874.zip
- decrease amount of PUT rounds to finish all before the GETs start
Diffstat (limited to 'src/regex')
-rw-r--r--src/regex/gnunet-daemon-regexprofiler.c2
1 files changed, 1 insertions, 1 deletions
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;
93/** 93/**
94 * How many put rounds should we do. 94 * How many put rounds should we do.
95 */ 95 */
96static unsigned int rounds = 5; 96static unsigned int rounds = 3;
97 97
98/** 98/**
99 * Private key for this peer. 99 * Private key for this peer.