aboutsummaryrefslogtreecommitdiffstats
path: root/mascara/src/proxy.js
diff options
context:
space:
mode:
authorkumavis <kumavis@users.noreply.github.com>2017-04-07 01:38:12 +0800
committerGitHub <noreply@github.com>2017-04-07 01:38:12 +0800
commit313d02f2deb64324de466bffb0098735706494de (patch)
tree411c82989f3710ed6e535035f0f6f80574bfa8d0 /mascara/src/proxy.js
parent4a42ac86a05fc760f8ec94244e91f985723a5ac4 (diff)
parent94df1681133fde038c76095d45e4203ca6afe4e8 (diff)
downloadtangerine-wallet-browser-313d02f2deb64324de466bffb0098735706494de.tar.gz
tangerine-wallet-browser-313d02f2deb64324de466bffb0098735706494de.tar.zst
tangerine-wallet-browser-313d02f2deb64324de466bffb0098735706494de.zip
Merge pull request #1312 from MetaMask/WakeUp
Wake up
Diffstat (limited to 'mascara/src/proxy.js')
-rw-r--r--mascara/src/proxy.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/mascara/src/proxy.js b/mascara/src/proxy.js
index e580076c1..5ead75f94 100644
--- a/mascara/src/proxy.js
+++ b/mascara/src/proxy.js
@@ -3,8 +3,11 @@ 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
const background = new SWcontroller({
fileName: '/background.js',
+ letBeIdle: false,
+ intervalDelay,
})
const pageStream = new ParentStream()