r154 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Tue Apr 25 11:30:53 CEST 2006


Author: phk
Date: 2006-04-25 11:30:53 +0200 (Tue, 25 Apr 2006)
New Revision: 154

Modified:
   trunk/varnish-cache/bin/varnishd/mgt_child.c
Log:
Keep alive often enough


Modified: trunk/varnish-cache/bin/varnishd/mgt_child.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_child.c	2006-04-25 08:17:43 UTC (rev 153)
+++ trunk/varnish-cache/bin/varnishd/mgt_child.c	2006-04-25 09:30:53 UTC (rev 154)
@@ -188,7 +188,7 @@
 	time(&t);
 	mgt_child_request(child_pingpong_ccb, NULL, NULL, "ping %ld", t);
 	if (1) {
-		tv.tv_sec = 30;
+		tv.tv_sec = 10;
 		tv.tv_usec = 0;
 		evtimer_del(&ev_child_pingpong);
 		evtimer_add(&ev_child_pingpong, &tv);




More information about the varnish-commit mailing list