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 | 854d7472c441248cefa783a34606c5ba8bf053ec (patch) | |
tree | 404ac91e8412032112db368175c61fe1b97942f5 /cpp/src/tests/latencytest.cpp | |
parent | f2bec6c366dc14c9a24dd753adaf798503e87e2e (diff) | |
download | qpid-python-854d7472c441248cefa783a34606c5ba8bf053ec.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/qpid@724857 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/latencytest.cpp')
-rw-r--r-- | cpp/src/tests/latencytest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/latencytest.cpp b/cpp/src/tests/latencytest.cpp index 25de361d11..6895964133 100644 --- a/cpp/src/tests/latencytest.cpp +++ b/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") |