Commit d9e124ea authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Keep alive often enough


git-svn-id: http://www.varnish-cache.org/svn/trunk@154 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 4d5dbc89
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment