diff options
author | Loïc Hoguin <[email protected]> | 2020-05-20 11:08:58 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2020-05-20 11:08:58 +0200 |
commit | 8337aca4d31ffa8120704057675aacbbaa280975 (patch) | |
tree | 84905c9c574a5974ab66e42b1269a9e5aa0d7bf9 /doc | |
parent | 4edc39b0030ad09098283cf9aac8182a1d5cba26 (diff) | |
download | cowboy-8337aca4d31ffa8120704057675aacbbaa280975.tar.gz cowboy-8337aca4d31ffa8120704057675aacbbaa280975.tar.bz2 cowboy-8337aca4d31ffa8120704057675aacbbaa280975.zip |
Increase the default max_keepalive HTTP option to 1000
100 is very low for current deployments. 1000 is more
appropriate as a default value.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/manual/cowboy_http.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/manual/cowboy_http.asciidoc b/doc/src/manual/cowboy_http.asciidoc index b088797..33d2888 100644 --- a/doc/src/manual/cowboy_http.asciidoc +++ b/doc/src/manual/cowboy_http.asciidoc @@ -121,7 +121,7 @@ max_headers (100):: Maximum number of headers allowed per request. -max_keepalive (100):: +max_keepalive (1000):: Maximum number of requests allowed per connection. |