diff options
Diffstat (limited to 'mascara')
-rw-r--r-- | mascara/src/ui.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mascara/src/ui.js b/mascara/src/ui.js index 4948a1727..2873017cb 100644 --- a/mascara/src/ui.js +++ b/mascara/src/ui.js @@ -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 |