diff options
Diffstat (limited to 'mascara')
-rw-r--r-- | mascara/src/proxy.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mascara/src/proxy.js b/mascara/src/proxy.js index 809fc7402..ec5665240 100644 --- a/mascara/src/proxy.js +++ b/mascara/src/proxy.js @@ -7,7 +7,7 @@ let intervalDelay = Math.floor(Math.random() * (30000 - 1000)) + 1000 const background = new SWcontroller({ fileName: '/background.js', letBeIdle: false, - wakeUpInterval: 30000 + wakeUpInterval: 30000, intervalDelay, }) |