docs(add binlogsyncer-max-reconnect-attempts doc): add binlogsyncer-max-reconnect-attempts doc

This commit is contained in:
shaohoukun 2022-12-28 16:33:07 +08:00
parent ae46e201b0
commit 70be2d31e1

View File

@ -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: