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
62
62
multimaster.conn_strings = '$conn_str '
Original file line number Diff line number Diff line change @@ -71,7 +71,8 @@ if [ "$1" = 'postgres' ]; then
71
71
multimaster.conn_strings = '$CONNSTRS '
72
72
multimaster.heartbeat_recv_timeout = 1100
73
73
multimaster.heartbeat_send_timeout = 250
74
- multimaster.twopc_min_timeout = 200000
74
+ multimaster.twopc_min_timeout = 20000
75
+ multimaster.min_2pc_timeout = 10000
75
76
EOF
76
77
77
78
cat $PGDATA /postgresql.conf
You can’t perform that action at this time.
0 commit comments