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:
Robert Davies 2007-03-21 12:52:51 +00:00
parent 2e06692aaf
commit c328c72472
1 changed files with 1 additions and 1 deletions

View File

@ -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();