mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
uncomment intervalDelay
This commit is contained in:
parent
e9a223931a
commit
c46f9a7105
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user