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

Commit 268fa14

Browse files
committed
Increase node_disable_delay to 10 seconds
1 parent 466f3c1 commit 268fa14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/mmts/multimaster.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1695,7 +1695,7 @@ _PG_init(void)
16951695
"Minamal amount of time (msec) between node status change",
16961696
"This delay is used to avoid false detection of node failure and to prevent blinking of node status node",
16971697
&MtmNodeDisableDelay,
1698-
1000,
1698+
10000,
16991699
1,
17001700
INT_MAX,
17011701
PGC_BACKEND,

0 commit comments

Comments
 (0)