This closes #354

This commit is contained in:
Clebert Suconic 2016-01-27 12:17:12 -05:00
commit c14e0134d1
1 changed files with 1 additions and 1 deletions

View File

@ -3530,7 +3530,7 @@ public class PagingTest extends ActiveMQTestBase {
addresses.put(PAGED_ADDRESS_A.toString(), pagedDestinationA);
AddressSettings pagedDestinationB = new AddressSettings().setPageSizeBytes(2024).setMaxSizeBytes(25 * 1024);
AddressSettings pagedDestinationB = new AddressSettings().setPageSizeBytes(2024).setMaxSizeBytes(20 * 1024);
addresses.put(PAGED_ADDRESS_B.toString(), pagedDestinationB);