Make delay between checks longer

This commit is contained in:
baz 2025-08-18 01:16:49 +01:00
parent 9130494b00
commit e7e006b650

View File

@ -83,6 +83,6 @@ if (fs.existsSync('./playlistinfo.json')) {
setInterval(() => {
PostNewPlaylistUpdates(client);
}, 60000);
}, 300000);
PostNewPlaylistUpdates(client);