We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e78b084 commit c2924b7Copy full SHA for c2924b7
Cluster.pm
@@ -95,6 +95,7 @@ sub configure
95
default_transaction_isolation = 'repeatable read'
96
max_replication_slots = 5
97
shared_preload_libraries = 'multimaster'
98
+ shared_buffers = 16MB
99
100
multimaster.arbiter_port = $arbiter_port
101
multimaster.workers = 1
@@ -104,6 +105,7 @@ sub configure
104
105
multimaster.heartbeat_send_timeout = 250
106
multimaster.max_nodes = $nnodes
107
multimaster.ignore_tables_without_pk = true
108
+ multimaster.queue_size = 4194304
109
multimaster.min_2pc_timeout = 150000
110
log_line_prefix = '%t: '
111
));
0 commit comments