File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2119,7 +2119,7 @@ _PG_init(void)
2119
2119
2120
2120
DefineCustomIntVariable (
2121
2121
"multimaster.node_disable_delay" ,
2122
- "Minamal amount of time (msec) between node status change" ,
2122
+ "Minimal amount of time (msec) between node status change" ,
2123
2123
"This delay is used to avoid false detection of node failure and to prevent blinking of node status node" ,
2124
2124
& MtmNodeDisableDelay ,
2125
2125
1000 ,
@@ -2134,7 +2134,7 @@ _PG_init(void)
2134
2134
2135
2135
DefineCustomIntVariable (
2136
2136
"multimaster.min_recovery_lag" ,
2137
- "Minamal lag of WAL-sender performing recovery after which cluster is locked until recovery is completed" ,
2137
+ "Minimal lag of WAL-sender performing recovery after which cluster is locked until recovery is completed" ,
2138
2138
"When wal-sender almost catch-up WAL current position we need to stop 'Achilles tortile competition' and "
2139
2139
"temporary stop commit of new transactions until node will be completely repared" ,
2140
2140
& MtmMinRecoveryLag ,
You can’t perform that action at this time.
0 commit comments