ARTEMIS-4765 Adjusting test parameters

This commit is contained in:
Clebert Suconic 2024-05-07 20:50:47 -04:00
parent 355c600ea8
commit 946d3338b3
1 changed files with 2 additions and 2 deletions

View File

@ -139,9 +139,9 @@ public class SingleMirrorSoakTest extends SoakTestBase {
if (paging) {
brokerProperties.put("addressSettings.#.maxSizeMessages", "1");
brokerProperties.put("addressSettings.#.maxReadPageMessages", "100000");
brokerProperties.put("addressSettings.#.maxReadPageMessages", "1000");
brokerProperties.put("addressSettings.#.maxReadPageBytes", "-1");
brokerProperties.put("addressSettings.#.prefetchPageMessages", "10000");
brokerProperties.put("addressSettings.#.prefetchPageMessages", "100");
// un-comment this line if you want to rather use the work around without the fix on the PostOfficeImpl
// brokerProperties.put("addressSettings.#.iDCacheSize", "1000");
}