From: Jim Jagielski Date: Thu, 21 Jan 2016 15:08:25 +0000 (+0000) Subject: Adjust so that watchdog runs every 2 seconds X-Git-Tag: 2.5.0-alpha~2335 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=929bed749f227bb086fc5dc78458a95e800b20b2;p=thirdparty%2Fapache%2Fhttpd.git Adjust so that watchdog runs every 2 seconds git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1725976 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/mod_proxy.h b/modules/proxy/mod_proxy.h index f6312fd4594..59edc2558c5 100644 --- a/modules/proxy/mod_proxy.h +++ b/modules/proxy/mod_proxy.h @@ -451,8 +451,8 @@ struct proxy_worker { /* default to health check every 30 seconds */ #define HCHECK_WATHCHDOG_DEFAULT_INTERVAL (30) -/* The watchdog runs every 5 seconds, which is also the minimal check */ -#define HCHECK_WATHCHDOG_INTERVAL (5) +/* The watchdog runs every 2 seconds, which is also the minimal check */ +#define HCHECK_WATHCHDOG_INTERVAL (2) /* * Time to wait (in microseconds) to find out if more data is currently