dont poll so quickly

This commit is contained in:
cirroskais 2024-04-01 00:18:38 -04:00
parent 4e5f7cae47
commit ccea8c0b93
No known key found for this signature in database
GPG key ID: 5FC73EBF2678E33D

View file

@ -16,7 +16,7 @@
: body.icestats.source;
title.set(`${data.artist} - ${data.title}`);
}, 1000 * 5);
}, 1000 * 15);
async function main() {
const response = await fetch(radio + "/status-json.xsl");