File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 53
53
multimaster.use_raftable = false
54
54
multimaster.queue_size=52857600
55
55
multimaster.ignore_tables_without_pk = 1
56
- multimaster.heartbeat_recv_timeout = 1000
56
+ multimaster.heartbeat_recv_timeout = 2000
57
57
multimaster.heartbeat_send_timeout = 250
58
- multimaster.twopc_min_timeout = 400000
59
- multimaster.min_2pc_timeout = 400000
58
+ multimaster.twopc_min_timeout = 40000000
59
+ multimaster.min_2pc_timeout = 40000000
60
60
multimaster.volkswagen_mode = 1
61
61
multimaster.conn_strings = '$conn_str '
62
62
multimaster.node_id = $i
Original file line number Diff line number Diff line change @@ -67,7 +67,8 @@ if [ "$1" = 'postgres' ]; then
67
67
multimaster.conn_strings = '$CONNSTRS '
68
68
multimaster.heartbeat_recv_timeout = 1100
69
69
multimaster.heartbeat_send_timeout = 250
70
- multimaster.twopc_min_timeout = 200000
70
+ multimaster.twopc_min_timeout = 20000
71
+ multimaster.min_2pc_timeout = 10000
71
72
EOF
72
73
73
74
cat $PGDATA /postgresql.conf
You can’t perform that action at this time.
0 commit comments