Skip to content

Commit d256fe7

Browse files
committed
Merge branch 'PGPROEE9_6_MULTIMASTER' of https://gitlab.postgrespro.ru/pgpro-dev/postgrespro into PGPROEE9_6_MULTIMASTER
2 parents 64985a1 + 60ba64d commit d256fe7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/mmts/tests/reinit-mm.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ do
5353
multimaster.node_id = $i
5454
multimaster.max_nodes = 4
5555
multimaster.arbiter_port = $arbiter_port
56-
multimaster.min_2pc_timeout = 100000
56+
multimaster.min_2pc_timeout = 10000000
57+
multimaster.trans_spill_threshold = 100
5758
SQL
5859
cp pg_hba.conf node$i
5960
pg_ctl -w -D node$i -l node$i.log start

0 commit comments

Comments
 (0)