From 929bed749f227bb086fc5dc78458a95e800b20b2 Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Thu, 21 Jan 2016 15:08:25 +0000 Subject: [PATCH] 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 --- modules/proxy/mod_proxy.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/proxy/mod_proxy.h b/modules/proxy/mod_proxy.h index f6312fd459..59edc2558c 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 -- 2.40.0