Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c2924b7

Browse files
afiskonkelvich
authored andcommitted
Typos fixed
1 parent e78b084 commit c2924b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cluster.pm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ sub configure
9595
default_transaction_isolation = 'repeatable read'
9696
max_replication_slots = 5
9797
shared_preload_libraries = 'multimaster'
98+
shared_buffers = 16MB
9899
99100
multimaster.arbiter_port = $arbiter_port
100101
multimaster.workers = 1
@@ -104,6 +105,7 @@ sub configure
104105
multimaster.heartbeat_send_timeout = 250
105106
multimaster.max_nodes = $nnodes
106107
multimaster.ignore_tables_without_pk = true
108+
multimaster.queue_size = 4194304
107109
multimaster.min_2pc_timeout = 150000
108110
log_line_prefix = '%t: '
109111
));

0 commit comments

Comments
 (0)