From a6a9f0263e1d28b87df726a35621e16ba2607527 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 22 Mar 2015 09:34:32 +0000 Subject: Add minDelay support to Pollymer Change the submodule url. --- .gitmodules | 2 +- libraries/pollymer | 2 +- uos-live.js | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 572e964..051cb87 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "libraries/pollymer"] path = libraries/pollymer - url = https://github.com/fanout/pollymer.git + url = http://git.cbaines.net/pollymer diff --git a/libraries/pollymer b/libraries/pollymer index 16c672b..c9b191e 160000 --- a/libraries/pollymer +++ b/libraries/pollymer @@ -1 +1 @@ -Subproject commit 16c672b6357040a60ab83de29475eb8b72998df7 +Subproject commit c9b191e192df838097797b82ad86b667555c994a diff --git a/uos-live.js b/uos-live.js index 75f0ec0..629fd58 100644 --- a/uos-live.js +++ b/uos-live.js @@ -32,6 +32,7 @@ req.maxTries = -1; req.maxDelay = 60000; + req.minDelay = 60000; req.start('GET', url); }; -- cgit v1.2.3