Author: jfrederic.clere(a)jboss.com
Date: 2008-10-02 16:35:33 -0400 (Thu, 02 Oct 2008)
New Revision: 1928
Modified:
trunk/mod_cluster/native/mod_proxy_cluster/mod_proxy_cluster.c
Log:
Use smaller value ;-)
Modified: trunk/mod_cluster/native/mod_proxy_cluster/mod_proxy_cluster.c
===================================================================
--- trunk/mod_cluster/native/mod_proxy_cluster/mod_proxy_cluster.c 2008-10-02 17:37:14 UTC
(rev 1927)
+++ trunk/mod_cluster/native/mod_proxy_cluster/mod_proxy_cluster.c 2008-10-02 20:35:33 UTC
(rev 1928)
@@ -65,7 +65,7 @@
#define WAITFORREMOVE 10 /* seconds */
-#define FORGETFACTOR 1000 /* Stop changing node lbstatus when too small or too big */
+#define FORGETFACTOR 10 /* Stop changing node lbstatus when too small or too big */
/*
* Create/Get the worker before using it
Show replies by date