]> granicus.if.org Git - apache/commitdiff
Adjust so that watchdog runs every 2 seconds
authorJim Jagielski <jim@apache.org>
Thu, 21 Jan 2016 15:08:25 +0000 (15:08 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 21 Jan 2016 15:08:25 +0000 (15:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1725976 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy.h

index f6312fd4594b0930c5db93010bfa606c499c27b4..59edc2558c5a8c5177c79698ed8926391a0672b4 100644 (file)
@@ -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