From: Chris Rienzo Date: Thu, 19 Nov 2015 22:10:15 +0000 (-0500) Subject: FS-8560 [mod_http_cache] add new parameter, connect-timeout X-Git-Tag: v1.6.6~1^2~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e0f30c58b267278db1437b67b266d365a684770;p=thirdparty%2Ffreeswitch.git FS-8560 [mod_http_cache] add new parameter, connect-timeout This is the maximum time to wait, in seconds, for the HTTP GET or PUT to connect. If this value is not set or is set to 0, the default setting of 300 seconds is used. --- diff --git a/src/mod/applications/mod_http_cache/conf/autoload_configs/http_cache.conf.xml b/src/mod/applications/mod_http_cache/conf/autoload_configs/http_cache.conf.xml index a5c3f46c76..3cb24348c6 100644 --- a/src/mod/applications/mod_http_cache/conf/autoload_configs/http_cache.conf.xml +++ b/src/mod/applications/mod_http_cache/conf/autoload_configs/http_cache.conf.xml @@ -8,6 +8,8 @@ + +