Skip to content

Commit 0f5d756

Browse files
timvaillancourtRainbowDashy
authored andcommitted
Add missing doc from PR github#1131 (github#1162)
1 parent 8f5e182 commit 0f5d756

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

doc/command-line-flags.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,14 @@ Provide a command delimited list of replicas; `gh-ost` will throttle when any of
246246

247247
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.
248248

249+
### throttle-http-interval-millis
250+
251+
Defaults to 100. Configures the HTTP throttle check interval in milliseconds.
252+
253+
### throttle-http-timeout-millis
254+
255+
Defaults to 1000 (1 second). Configures the HTTP throttler check timeout in milliseconds.
256+
249257
### timestamp-old-table
250258

251259
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`.

localtests/fail-datetime-with-zero/ignore_versions

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)