Skip to content

Commit

Permalink
Add enable_failover_suppressing to argparse
Browse files Browse the repository at this point in the history
  • Loading branch information
yngvar-antonsson committed Aug 1, 2023
1 parent 0fbe2f9 commit 32a22a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cartridge/argparse.lua
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ local cluster_opts = {
ssl_client_key_file = 'string', -- **string**
ssl_client_password = 'string', -- **string**
disable_errstack = 'boolean', -- **boolean**
enable_failover_suppressing = 'boolean', -- **boolean**
}

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

0 comments on commit 32a22a0

Please sign in to comment.