Commit 899619ab authored by Jim Jagielski's avatar Jim Jagielski
Browse files

Change def timeout from a nasty 5 mins to a more reasonable 1min

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1199485 13f79535-47bb-0310-9956-ffa450edef68
parent 9a588d75
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>
+1 −1
Original line number Diff line number Diff line
@@ -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 */