ARTEMIS-4765 Adjusting test parameters
This commit is contained in:
parent
355c600ea8
commit
946d3338b3
|
@ -139,9 +139,9 @@ public class SingleMirrorSoakTest extends SoakTestBase {
|
||||||
|
|
||||||
if (paging) {
|
if (paging) {
|
||||||
brokerProperties.put("addressSettings.#.maxSizeMessages", "1");
|
brokerProperties.put("addressSettings.#.maxSizeMessages", "1");
|
||||||
brokerProperties.put("addressSettings.#.maxReadPageMessages", "100000");
|
brokerProperties.put("addressSettings.#.maxReadPageMessages", "1000");
|
||||||
brokerProperties.put("addressSettings.#.maxReadPageBytes", "-1");
|
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
|
// un-comment this line if you want to rather use the work around without the fix on the PostOfficeImpl
|
||||||
// brokerProperties.put("addressSettings.#.iDCacheSize", "1000");
|
// brokerProperties.put("addressSettings.#.iDCacheSize", "1000");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue