1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

uncomment intervalDelay

This commit is contained in:
frankiebee 2017-04-06 21:55:36 +02:00
parent e9a223931a
commit c46f9a7105

View File

@ -23,7 +23,7 @@ let intervalDelay = Math.floor(Math.random() * (30000 - 1000)) + 1000
const background = new SWcontroller({
fileName: '/background.js',
letBeIdle: false,
// intervalDelay,
intervalDelay,
wakeUpInterval: 30000
})
// Setup listener for when the service worker is read