aboutsummaryrefslogtreecommitdiffstats
path: root/mascara/src/proxy.js
diff options
context:
space:
mode:
authorfrankiebee <frankie.diamond@gmail.com>2017-04-07 02:01:56 +0800
committerfrankiebee <frankie.diamond@gmail.com>2017-04-07 03:48:51 +0800
commita1c39006de566205870cdedbd9cb33d0a933f5a4 (patch)
tree9f38a9712227e30cbaa1558f4000b6bb7a75b788 /mascara/src/proxy.js
parent94df1681133fde038c76095d45e4203ca6afe4e8 (diff)
downloadtangerine-wallet-browser-a1c39006de566205870cdedbd9cb33d0a933f5a4.tar.gz
tangerine-wallet-browser-a1c39006de566205870cdedbd9cb33d0a933f5a4.tar.zst
tangerine-wallet-browser-a1c39006de566205870cdedbd9cb33d0a933f5a4.zip
Fix wakeUps:
fix spelling cut wakeup time in half
Diffstat (limited to 'mascara/src/proxy.js')
-rw-r--r--mascara/src/proxy.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/mascara/src/proxy.js b/mascara/src/proxy.js
index 5ead75f94..2316f4e18 100644
--- a/mascara/src/proxy.js
+++ b/mascara/src/proxy.js
@@ -3,7 +3,7 @@ const SWcontroller = require('client-sw-ready-event/lib/sw-client.js')
const SwStream = require('sw-stream/lib/sw-stream.js')
const SetupUntrustedComunication = ('./lib/setup-untrusted-connection.js')
-let intervalDelay = Math.floor(Math.random() * (60000 - 1000)) + 1000
+let intervalDelay = Math.floor(Math.random() * (20000 - 1000)) + 1000
const background = new SWcontroller({
fileName: '/background.js',
letBeIdle: false,