From 9b92925a352b9743c5cfcef4a65e74a81a1bad4f Mon Sep 17 00:00:00 2001 From: Peter Baumgartner Date: Wed, 27 May 2020 06:24:30 -0600 Subject: [PATCH] Document default backlog setting (#682) --- docs/settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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