From afacc413e1643a93a71e93cba3f4e1e470fc4581 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 30 Jul 2012 16:14:27 -0400 Subject: bring back connection failure counter Otherwise, navigating between pages can, I guess, cause connection failures that take down the webapp. --- templates/longpolling.julius | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/longpolling.julius b/templates/longpolling.julius index 0d18b8435..dd5705fc9 100644 --- a/templates/longpolling.julius +++ b/templates/longpolling.julius @@ -5,7 +5,7 @@ // Maximum update frequency is controlled by #{startdelay} // and #{delay}, both in milliseconds. -$dead = 0; +$connfails = 0; $connfailed = '