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

Commit b59ca54

Browse files
knizhnikkelvich
authored andcommitted
Increase node_disable_delay to 10 seconds
1 parent 71924e3 commit b59ca54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multimaster.c

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

0 commit comments

Comments
 (0)