File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 127127 - " max_worker_processes = 15"
128128 - " max_replication_slots = 10"
129129 - " max_wal_senders = 10"
130+ - " max_worker_processes = 30"
130131 - " log_checkpoints = on"
131132 - " log_autovacuum_min_duration = 0"
132133 - " shared_preload_libraries = 'raftable,multimaster'"
133134 - " default_transaction_isolation = 'repeatable read'"
134135 - " raftable.id = {{ node_id }}"
135136 - " raftable.peers = '{{ raft_connstr }}'"
136- - " multimaster.workers = 4 "
137+ - " multimaster.workers = 20 "
137138 - " multimaster.arbiter_port = {{ 7777 }}"
138139 - " multimaster.use_raftable = true"
139- - " multimaster.queue_size=52857600 "
140+ - " multimaster.queue_size=528576000 "
140141 - " multimaster.ignore_tables_without_pk = 1"
141142 - " multimaster.node_id = {{ node_id }}"
142143 - " multimaster.conn_strings = '{{ mm_connstr }}'"
You can’t perform that action at this time.
0 commit comments