make cronjob every min instead of every 5
All checks were successful
deploy / deploy (push) Successful in 29s

This commit is contained in:
Lee 2023-10-31 14:26:09 +00:00
parent 9c5115b9e1
commit 42de0a39f3

@ -145,4 +145,4 @@ async function connectWebsocket() {
update(); update();
connectWebsocket(); connectWebsocket();
cron.schedule("*/5 * * * *", update); cron.schedule("*/1 * * * *", update);