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

Commit a208d57

Browse files
committed
Switch off raftable in init script
1 parent a91b1dc commit a208d57

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/reinit-mm.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,9 @@ do
4646
max_wal_senders = 10
4747
shared_preload_libraries = 'raftable,multimaster'
4848
default_transaction_isolation = 'repeatable read'
49-
log_checkpoints = on
50-
log_autovacuum_min_duration = 0
49+
5150
multimaster.workers = 1
52-
multimaster.use_raftable = true
51+
multimaster.use_raftable = false
5352
multimaster.queue_size=52857600
5453
multimaster.ignore_tables_without_pk = 1
5554
multimaster.heartbeat_recv_timeout = 1000

0 commit comments

Comments
 (0)