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 c0b2684 commit a623834
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 @@ -29,7 +29,7 @@ The HTTP ingester is designed to handle many connections and concurrent requests

| Config Parameter | Type | Required | Default Value | Description |
|---------------------------|--------------|----------|-----------------|-------------------------------------|
| Max-Connections | integer | no | 10240 | Maximum number of active connections, new connections once the maximum is reached will be queued and accepted once existing connections terminate. |
| 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.
Expand Down

0 comments on commit a623834

Please sign in to comment.