aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/manual/cowboy_http.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-05-20 11:08:58 +0200
committerLoïc Hoguin <[email protected]>2020-05-20 11:08:58 +0200
commit8337aca4d31ffa8120704057675aacbbaa280975 (patch)
tree84905c9c574a5974ab66e42b1269a9e5aa0d7bf9 /doc/src/manual/cowboy_http.asciidoc
parent4edc39b0030ad09098283cf9aac8182a1d5cba26 (diff)
downloadcowboy-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/src/manual/cowboy_http.asciidoc')
-rw-r--r--doc/src/manual/cowboy_http.asciidoc2
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.