diff options
| author | Alan Conway <aconway@apache.org> | 2008-12-09 20:08:47 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-12-09 20:08:47 +0000 |
| commit | 155177b2f0650bef78ee4b8efb3fe371d257cc81 (patch) | |
| tree | da893b27aa98ec3e516398d426de6eb00cf1a1dd /qpid/cpp/src/tests | |
| parent | 51166ac18a7f450828b0467e72406e575c98c439 (diff) | |
| download | qpid-python-155177b2f0650bef78ee4b8efb3fe371d257cc81.tar.gz | |
Cluster: Option --cluster-read-max configures read-to-redeliver flow-control.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@724857 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests')
| -rw-r--r-- | qpid/cpp/src/tests/latencytest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/latencytest.cpp b/qpid/cpp/src/tests/latencytest.cpp index 25de361d11..6895964133 100644 --- a/qpid/cpp/src/tests/latencytest.cpp +++ b/qpid/cpp/src/tests/latencytest.cpp @@ -56,7 +56,7 @@ struct Args : public qpid::TestOptions { bool durable; string base; - Args() : size(256), count(1000), rate(0), reportFrequency(100), + Args() : size(256), count(1000), rate(0), reportFrequency(1000), timeLimit(0), queues(1), prefetch(100), ack(0), durable(false), base("latency-test") |
