From ea004c6295fb78736f19fa5d753b57468fbb025d Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Thu, 12 Mar 2015 20:42:12 +0000 Subject: Don't poll so frequently This needs more work, as regular polling would be better. --- uos-live.js | 1 + 1 file changed, 1 insertion(+) diff --git a/uos-live.js b/uos-live.js index b1fc127..75f0ec0 100644 --- a/uos-live.js +++ b/uos-live.js @@ -31,6 +31,7 @@ }); req.maxTries = -1; + req.maxDelay = 60000; req.start('GET', url); }; -- cgit v1.2.3