aboutsummaryrefslogtreecommitdiffstats
path: root/fbench
diff options
context:
space:
mode:
Diffstat (limited to 'fbench')
-rw-r--r--fbench/src/fbench/fbench.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fbench/src/fbench/fbench.cpp b/fbench/src/fbench/fbench.cpp
index 8c3ea7b1eed..a3c1ea7ae41 100644
--- a/fbench/src/fbench/fbench.cpp
+++ b/fbench/src/fbench/fbench.cpp
@@ -340,7 +340,7 @@ FBench::Main(int argc, char *argv[])
{
// parameters with default values.
int numClients = 10;
- int cycleTime = 1000;
+ int cycleTime = 0;
int byteLimit = 0;
int ignoreCount = 0;
int seconds = 60;