]> err.no Git - varnish/commitdiff
Keep alive often enough
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 25 Apr 2006 09:30:53 +0000 (09:30 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 25 Apr 2006 09:30:53 +0000 (09:30 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@154 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/mgt_child.c

index 0b43170141ea36de7f773eca3828528fdc4e0a6b..01408e4b9b53ba9c1e8eb1f7ab93d6ffd37f4507 100644 (file)
@@ -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);