From: phk Date: Tue, 25 Apr 2006 09:30:53 +0000 (+0000) Subject: Keep alive often enough X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69e551078ff85242a1a7d9cba87bdb4ea6d7089c;p=varnish Keep alive often enough git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@154 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/mgt_child.c b/varnish-cache/bin/varnishd/mgt_child.c index 0b431701..01408e4b 100644 --- a/varnish-cache/bin/varnishd/mgt_child.c +++ b/varnish-cache/bin/varnishd/mgt_child.c @@ -188,7 +188,7 @@ child_pingpong(int a, short b, void *c) 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);