Skip to content

Commit 432e83e

Browse files
author
Shlomi Noach
committed
lower case arg name
1 parent d5aab8e commit 432e83e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/throttle.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ An example query could be: `--throttle-query="select hour(now()) between 8 and 1
4848

4949
#### HTTP Throttle
5050

51-
The `--throttle-HTTP` flag allows for throttling via HTTP. Every 100ms `gh-ost` issues a `HEAD` request to the provided URL. If the response status code is not `200` throttling will kick in until a `200` response status code is returned.
51+
The `--throttle-http` flag allows for throttling via HTTP. Every 100ms `gh-ost` issues a `HEAD` request to the provided URL. If the response status code is not `200` throttling will kick in until a `200` response status code is returned.
5252

53-
If no URL is provided or the URL provided doesn't contain the scheme then the HTTP check will be disabled. For example `--throttle-HTTP="http://1.2.3.4:6789/throttle"` will enable the HTTP check/throttling, but `--throttle-HTTP="1.2.3.4:6789/throttle"` will not.
53+
If no URL is provided or the URL provided doesn't contain the scheme then the HTTP check will be disabled. For example `--throttle-http="http://1.2.3.4:6789/throttle"` will enable the HTTP check/throttling, but `--throttle-http="1.2.3.4:6789/throttle"` will not.
5454

5555
The URL can be queried and updated dynamically via [interactive interface](interactive-commands.md).
5656

0 commit comments

Comments
 (0)