File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2119,7 +2119,7 @@ _PG_init(void)
21192119
21202120 DefineCustomIntVariable (
21212121 "multimaster.node_disable_delay" ,
2122- "Minamal amount of time (msec) between node status change" ,
2122+ "Minimal amount of time (msec) between node status change" ,
21232123 "This delay is used to avoid false detection of node failure and to prevent blinking of node status node" ,
21242124 & MtmNodeDisableDelay ,
21252125 1000 ,
@@ -2134,7 +2134,7 @@ _PG_init(void)
21342134
21352135 DefineCustomIntVariable (
21362136 "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" ,
21382138 "When wal-sender almost catch-up WAL current position we need to stop 'Achilles tortile competition' and "
21392139 "temporary stop commit of new transactions until node will be completely repared" ,
21402140 & MtmMinRecoveryLag ,
You can’t perform that action at this time.
0 commit comments