Skip to content

Commit

Permalink
Update ingesters/http.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ashley Wade <[email protected]>
  • Loading branch information
kris-watts-gravwell and ashnwade authored Jan 22, 2025
1 parent a623834 commit 2592d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingesters/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The HTTP ingester is designed to handle many connections and concurrent requests
| Max-Connections | integer | no | 10240 | Maximum number of active connections. Once the maximum is reached, new connections will be queued and accepted as existing connections terminate. |
| Max-Concurrent-Requests | integer | no | 16384 | Maximum number of concurrent HTTP requests for all connections. System will return HTTP code 429 (Too Many Requests) until the number of active requests is reduced. |

Maximum connection and/or maximum concurrent request controls can be disable by setting the configuration parameter to `-1` which effectively allows for limited connections or unlimited concurrent requests.
Maximum connection and/or maximum concurrent request controls can be disabled by setting the configuration parameter to `-1`, which effectively allows for unlimited connections or unlimited concurrent requests.

A request is only concurrent if it is actively being handled, setting `Max-Concurrent-Requests=10` may still allow for hundreds of thousands of requests per second if only a few clients are sending requests and each client is completing a single request at a time.

Expand Down

0 comments on commit 2592d34

Please sign in to comment.