Commit 55918a63 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Try to fix waiter ports

parent 8668010b
......@@ -221,7 +221,7 @@ vws_thread(void *priv)
if (sp) {
double tmo =
(sp->t_idle + cache_param->timeout_idle) - now;
(sp->deadline + cache_param->timeout_idle) - now;
if (tmo < min_t) {
timeout = &min_ts;
......
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