diff options
author | Jim Jagielski <jim@apache.org> | 2011-11-08 23:07:58 +0100 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2011-11-08 23:07:58 +0100 |
commit | 59066a3ff3d2548514b12716ac76bd60f61d1275 (patch) | |
tree | 1558a029af63322585e700144f657454d3e30c8b /include | |
parent | Add "reallyall" and --enable-load-all-modules to (diff) | |
download | apache2-59066a3ff3d2548514b12716ac76bd60f61d1275.tar.xz apache2-59066a3ff3d2548514b12716ac76bd60f61d1275.zip |
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
Diffstat (limited to 'include')
-rw-r--r-- | include/httpd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/httpd.h b/include/httpd.h index 89f91059bb..464f4a1286 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -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 */ |