docs(add binlogsyncer-max-reconnect-attempts doc): add binlogsyncer-max-reconnect-attempts doc
This commit is contained in:
parent
ae46e201b0
commit
70be2d31e1
@ -61,6 +61,9 @@ It is not reliable to parse the `ALTER` statement to determine if it is instant
|
||||
|
||||
`gh-ost` will automatically fallback to the normal DDL process if the attempt to use instant DDL is unsuccessful.
|
||||
|
||||
### binlogsyncer-max-reconnect-attempts
|
||||
`--binlogsyncer-max-reconnect-attempts=0`, the maximum number of attempts to re-establish a broken connection for sync binlog. `0` or `negative number` means infinite retry, default `0`.
|
||||
|
||||
### conf
|
||||
|
||||
`--conf=/path/to/my.cnf`: file where credentials are specified. Should be in (or contain) the following format:
|
||||
|
Loading…
Reference in New Issue
Block a user