update price fetch interval

This commit is contained in:
jejolare 2025-05-06 17:06:33 +07:00
parent 19ecbc71f8
commit 994be2a109

View file

@ -2242,7 +2242,7 @@ async function waitForDb() {
}
// Wait for 60 seconds before the next iteration
await new Promise(res => setTimeout(res, 60 * 1e3));
await new Promise(res => setTimeout(res, 10 * 1e3));
}
})();