Skip to content

Commit

Permalink
Document default backlog setting (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
ipmb committed May 27, 2020
1 parent 2dcbb13 commit 9b92925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/settings.md
Expand Up @@ -71,7 +71,7 @@ connecting IPs in the `forwarded-allow-ips` configuration.

* `--limit-concurrency <int>` - Maximum number of concurrent connections or tasks to allow, before issuing HTTP 503 responses. Useful for ensuring known memory usage patterns even under over-resourced loads.
* `--limit-max-requests <int>` - Maximum number of requests to service before terminating the process. Useful when running together with a process manager, for preventing memory leaks from impacting long-running processes.
* `--backlog <int>` - Maximum number of connections to hold in backlog. Relevant for heavy incoming traffic.
* `--backlog <int>` - Maximum number of connections to hold in backlog. Relevant for heavy incoming traffic. **Default:** *2048*

## Timeouts

Expand Down

0 comments on commit 9b92925

Please sign in to comment.