diff --git a/README.md b/README.md index 98cebb9a9..ad37b72dc 100644 --- a/README.md +++ b/README.md @@ -306,6 +306,10 @@ Enables persistent connections. Sets the amount of time the server will wait for subsequent requests on a persistent connection. Defaults to '15'. +#####`maxkeepaliverequests` + +Sets the limit of the number of requests allowed per connection when KeepAlive is on. Defaults to '100'. + #####`log_level` Changes the verbosity level of the error log. Defaults to 'warn'. Valid values are 'emerg', 'alert', 'crit', 'error', 'warn', 'notice', 'info', or 'debug'.