From e42f7685e5229ba3b4fcf58ebeaa50bcdbb6d657 Mon Sep 17 00:00:00 2001 From: Bram Vogelaar Date: Tue, 22 Apr 2014 16:08:32 +0200 Subject: [PATCH] introducing new setting to documentation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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'.