From: Marc Slemko Date: Sun, 16 Feb 1997 22:48:23 +0000 (+0000) Subject: Reduce default timeout to 300 seconds all around. Not reduced further X-Git-Tag: APACHE_1_2b7~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9322941b7e1be706bb03d8b2e1ef1d826288a8b7;p=apache Reduce default timeout to 300 seconds all around. Not reduced further because there are still likely some odd snippets of code that don't properly reset the timer. Reviewed by: Dean Gaudet, Jim Jagielski, Randy Terbush git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77615 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index 045a9476fc..2fefee9357 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -1146,7 +1146,7 @@ See also MinSpareServers and

TimeOut directive

Syntax: TimeOut number
-Default: TimeOut 1200
+Default: TimeOut 300
Context: server config
Status: core

@@ -1162,9 +1162,11 @@ wait for three things: We plan on making these separately configurable at some point down the -road. 1200 is very generous - you may consider turning it down to -something smaller if you find the server getting swamped by -half-completed connections from buggy browsers. +road. The timer used to default to 1200 before 1.2, but has been +lowered to 300 which is still far more than necessary in most +situations. It is not set any lower by default because there may +still be odd places in the code where the timer is not reset when +a packet is sent.