Skip to content

Commit 7020e11

Browse files
Add enable_failover_suppressing to argparse (#2135)
Co-authored-by: Michael Filonenko <[email protected]>
1 parent f96e584 commit 7020e11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cartridge/argparse.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ local cluster_opts = {
109109
ssl_client_password = 'string', -- **string**
110110
disable_errstack = 'boolean', -- **boolean**
111111
enable_synchro_mode = 'boolean', -- **boolean**
112+
enable_failover_suppressing = 'boolean', -- **boolean**
112113
}
113114

114115
--- Common `box.cfg <https://www.tarantool.io/en/doc/latest/reference/configuration/>`_ tuning options.

0 commit comments

Comments
 (0)