From 6873f3c5f67bbb5dd9222b80b26d05f40e03770a Mon Sep 17 00:00:00 2001 From: Sergey Lyubka Date: Tue, 29 Apr 2014 18:01:25 +0100 Subject: [PATCH] Removed idle_timeout_ms --- docs/Options.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/Options.md b/docs/Options.md index 9c0f2c80..bb172f3e 100644 --- a/docs/Options.md +++ b/docs/Options.md @@ -90,9 +90,6 @@ must be for a file name only, not including directory name, e.g. `mongoose -hide_files_patterns secret.txt|even_more_secret.txt`. Default: not set. -### idle\_timeout\_ms -Timeout for idle connections in milliseconds. Default: `30000` (30 seconds) - ### index_files Comma-separated list of files to be treated as directory index files. Default: `index.html,index.htm,index.cgi,index.shtml,index.php`