diff options
| author | Rajith Muditha Attapattu <rajith@apache.org> | 2007-11-29 23:21:26 +0000 |
|---|---|---|
| committer | Rajith Muditha Attapattu <rajith@apache.org> | 2007-11-29 23:21:26 +0000 |
| commit | 61429546c970cef69d06020aac93bbc98ea1a9e4 (patch) | |
| tree | 319a40f7e9772c31ff64b905c9a4a03dc05c5188 /java/perftests/src | |
| parent | e80b169599c6ec09343054b06d9f4162dc0f7ad4 (diff) | |
| download | qpid-python-61429546c970cef69d06020aac93bbc98ea1a9e4.tar.gz | |
Modified the scripts
And made the default log frequency to every 1000 msgs
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@599624 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/perftests/src')
| -rw-r--r-- | java/perftests/src/main/java/org/apache/qpid/client/perf/Options.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/perftests/src/main/java/org/apache/qpid/client/perf/Options.java b/java/perftests/src/main/java/org/apache/qpid/client/perf/Options.java index 6f68d5fedc..e9a86b8014 100644 --- a/java/perftests/src/main/java/org/apache/qpid/client/perf/Options.java +++ b/java/perftests/src/main/java/org/apache/qpid/client/perf/Options.java @@ -25,7 +25,7 @@ public class Options _messageSize = Integer.parseInt(System.getProperty("messageSize","100")); _transacted = false; _destination = System.getProperty("destinations"); - _logFrequency = Long.parseLong(System.getProperty("logDuration","10")); + _logFrequency = Long.parseLong(System.getProperty("logFrequency","1000")); _logFilePath = System.getProperty("logFilePath"); _expiry = getExpiry(); |
