mirror of https://github.com/apache/activemq.git
decrease message count for now
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@520868 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2e06692aaf
commit
c328c72472
|
@ -43,7 +43,7 @@ public final class LargeStreamletTest extends TestCase {
|
|||
|
||||
private static final int BUFFER_SIZE = 1 * 1024;
|
||||
|
||||
private static final int MESSAGE_COUNT = 1024*1024;
|
||||
private static final int MESSAGE_COUNT = 10*1024;
|
||||
|
||||
private AtomicInteger totalRead = new AtomicInteger();
|
||||
|
||||
|
|
Loading…
Reference in New Issue