summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <cb15g11@soton.ac.uk>2015-03-22 09:34:32 +0000
committerChristopher Baines <cb15g11@soton.ac.uk>2015-03-22 09:35:12 +0000
commita6a9f0263e1d28b87df726a35621e16ba2607527 (patch)
tree7950c8478db67339a8e3257d9f5c6bf2b440ec91
parentea004c6295fb78736f19fa5d753b57468fbb025d (diff)
downloaduos-live.js-a6a9f0263e1d28b87df726a35621e16ba2607527.tar
uos-live.js-a6a9f0263e1d28b87df726a35621e16ba2607527.tar.gz
Add minDelay support to Pollymer
Change the submodule url.
-rw-r--r--.gitmodules2
m---------libraries/pollymer0
-rw-r--r--uos-live.js1
3 files changed, 2 insertions, 1 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
-Subproject 16c672b6357040a60ab83de29475eb8b72998df
+Subproject c9b191e192df838097797b82ad86b667555c994
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);
};