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 @@ -2110,7 +2110,7 @@ _PG_init(void)
2110
2110
2111
2111
DefineCustomIntVariable (
2112
2112
"multimaster.node_disable_delay" ,
2113
- "Minamal amount of time (msec) between node status change" ,
2113
+ "Minimal amount of time (msec) between node status change" ,
2114
2114
"This delay is used to avoid false detection of node failure and to prevent blinking of node status node" ,
2115
2115
& MtmNodeDisableDelay ,
2116
2116
1000 ,
@@ -2125,7 +2125,7 @@ _PG_init(void)
2125
2125
2126
2126
DefineCustomIntVariable (
2127
2127
"multimaster.min_recovery_lag" ,
2128
- "Minamal lag of WAL-sender performing recovery after which cluster is locked until recovery is completed" ,
2128
+ "Minimal lag of WAL-sender performing recovery after which cluster is locked until recovery is completed" ,
2129
2129
"When wal-sender almost catch-up WAL current position we need to stop 'Achilles tortile competition' and "
2130
2130
"temporary stop commit of new transactions until node will be completely repared" ,
2131
2131
& MtmMinRecoveryLag ,
You can’t perform that action at this time.
0 commit comments