From: Igor Galić Date: Wed, 28 Mar 2012 14:09:32 +0000 (+0000) Subject: Adapt Timeout to be the same as DEFAULT_TIMEOUT. X-Git-Tag: 2.5.0-alpha~7302 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=77fddfd14f1e462572887eefe6880eedd574f93d;p=thirdparty%2Fapache%2Fhttpd.git Adapt Timeout to be the same as DEFAULT_TIMEOUT. After all it's localted in a file called extra/httpd-default.conf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1306350 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/extra/httpd-default.conf.in b/docs/conf/extra/httpd-default.conf.in index f1e7bc82a77..7196922866a 100644 --- a/docs/conf/extra/httpd-default.conf.in +++ b/docs/conf/extra/httpd-default.conf.in @@ -7,7 +7,7 @@ # # Timeout: The number of seconds before receives and sends time out. # -Timeout 300 +Timeout 60 # # KeepAlive: Whether or not to allow persistent connections (more than