mirror of
https://github.com/audible-tools/audible-tools.github.io.git
synced 2026-01-23 07:10:47 +00:00
Decrease polling rate
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user