Skip to content

Commit

Permalink
Add missing doc from PR #1131 (#1162)
Browse files Browse the repository at this point in the history
  • Loading branch information
timvaillancourt authored Aug 11, 2022
1 parent bee009b commit 5de91c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions doc/command-line-flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,14 @@ Provide a command delimited list of replicas; `gh-ost` will throttle when any of

Provide an HTTP endpoint; `gh-ost` will issue `HEAD` requests on given URL and throttle whenever response status code is not `200`. The URL can be queried and updated dynamically via [interactive commands](interactive-commands.md). Empty URL disables the HTTP check.

### throttle-http-interval-millis

Defaults to 100. Configures the HTTP throttle check interval in milliseconds.

### throttle-http-timeout-millis

Defaults to 1000 (1 second). Configures the HTTP throttler check timeout in milliseconds.

### timestamp-old-table

Makes the _old_ table include a timestamp value. The _old_ table is what the original table is renamed to at the end of a successful migration. For example, if the table is `gh_ost_test`, then the _old_ table would normally be `_gh_ost_test_del`. With `--timestamp-old-table` it would be, for example, `_gh_ost_test_20170221103147_del`.
Expand Down
1 change: 0 additions & 1 deletion localtests/fail-datetime-with-zero/ignore_versions

This file was deleted.

0 comments on commit 5de91c9

Please sign in to comment.