]> granicus.if.org Git - apache/commitdiff
Change def timeout from a nasty 5 mins to a more reasonable 1min
authorJim Jagielski <jim@apache.org>
Tue, 8 Nov 2011 22:07:58 +0000 (22:07 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 8 Nov 2011 22:07:58 +0000 (22:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1199485 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml
include/httpd.h

index 1469efbe8551cb28a46abaa55ff779b05918f537..a9e9866feb208fc1c9cc2ff52685ab272ee254f8 100644 (file)
@@ -4081,7 +4081,7 @@ server</description>
 <description>Amount of time the server will wait for
 certain events before failing a request</description>
 <syntax>TimeOut <var>seconds</var></syntax>
-<default>TimeOut 300</default>
+<default>TimeOut 60</default>
 <contextlist><context>server config</context><context>virtual host</context></contextlist>
 
 <usage>
index 89f91059bbce6521b5e66cb070a23d5b7616191b..464f4a12866232a6445cacd25e70faae85308b1c 100644 (file)
@@ -156,7 +156,7 @@ extern "C" {
 
 /** The timeout for waiting for messages */
 #ifndef DEFAULT_TIMEOUT
-#define DEFAULT_TIMEOUT 300
+#define DEFAULT_TIMEOUT 60
 #endif
 
 /** The timeout for waiting for keepalive timeout until next request */