summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorVanlightly <vanlightly@gmail.com>2020-05-01 03:43:42 -0700
committerVanlightly <vanlightly@gmail.com>2020-05-01 03:43:42 -0700
commit552c412dbc4445f916403e5dd9735fe02b5f82f3 (patch)
treeadc5c743b0b6c9bb8e3c5b72e27ace86b92c8b8b /test
parentcb99072d7e9f6ffa5bbfe0be78a1cf5c587942a3 (diff)
downloadrabbitmq-server-git-552c412dbc4445f916403e5dd9735fe02b5f82f3.tar.gz
Changed or overridden default configuration values related to quorum queues
Specifically: - changed default quorum_commands_soft_limit from 256 to 32 - override Ra wal_max_batch_size to 4096
Diffstat (limited to 'test')
-rw-r--r--test/config_schema_SUITE_data/rabbit.snippets4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/config_schema_SUITE_data/rabbit.snippets b/test/config_schema_SUITE_data/rabbit.snippets
index 82864f8eda..fcf0851b52 100644
--- a/test/config_schema_SUITE_data/rabbit.snippets
+++ b/test/config_schema_SUITE_data/rabbit.snippets
@@ -682,9 +682,9 @@ credential_validator.regexp = ^abc\\d+",
[]},
{raft_wal_max_batch_size,
- "raft.wal_max_batch_size = 32768",
+ "raft.wal_max_batch_size = 4096",
[{ra, [
- {wal_max_batch_size, 32768}
+ {wal_max_batch_size, 4096}
]}],
[]},