Tweak magic number to fix bad behavior in Firefox, which was caused by an earlier fix to bad behavior in Chromium.

Browsers are crap.
This commit is contained in:
Joey Hess 2013-12-09 17:44:45 -04:00
parent f8e1d2fd09
commit 4a5ab9b1e7
4 changed files with 13 additions and 6 deletions

View file

@ -18,3 +18,9 @@ Ubuntu 13.04, firefox 25.0.1
--Walter
> [[fixed|done]]; increased number of longpolling failures allowed before
> it enters the chromium back button bugfix workaround to 12.
> Should be more than enough for 3 or 4 long polling elements on a page.
> (Considered only running the chromium bugfix on chromium, but I don't
> want to get into browser detection hacks.) --[[Joey]]