diff --git a/src/index.js b/src/index.js index 4a8dceb..03df2c1 100644 --- a/src/index.js +++ b/src/index.js @@ -46,7 +46,7 @@ serviceWorker.unregister() async function WakeUp() { while (true) { - let timeout = 1000 * 10; // 10 seconds + let timeout = 1000 * 60; // 60 seconds try { await fetch('https://api.audible-converter.ml/api/v2/WakeUpNeo') console.log('Woke up')