1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00

Reduce wakeup time for firefox

This commit is contained in:
frankiebee 2017-04-21 17:58:18 +02:00
parent 4a4a737360
commit 437c4acc9f

View File

@ -24,7 +24,7 @@ const background = new SWcontroller({
fileName: '/background.js',
letBeIdle: false,
intervalDelay,
wakeUpInterval: 30000
wakeUpInterval: 20000
})
// Setup listener for when the service worker is read
background.on('ready', (readSw) => {