diff --git a/docs/settings.md b/docs/settings.md index d0a069c59..335f2a04c 100644 --- a/docs/settings.md +++ b/docs/settings.md @@ -71,7 +71,7 @@ connecting IPs in the `forwarded-allow-ips` configuration. * `--limit-concurrency ` - 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 ` - 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 ` - Maximum number of connections to hold in backlog. Relevant for heavy incoming traffic. +* `--backlog ` - Maximum number of connections to hold in backlog. Relevant for heavy incoming traffic. **Default:** *2048* ## Timeouts