make cronjob every min instead of every 5
All checks were successful
deploy / deploy (push) Successful in 29s
All checks were successful
deploy / deploy (push) Successful in 29s
This commit is contained in:
parent
9c5115b9e1
commit
42de0a39f3
@ -145,4 +145,4 @@ async function connectWebsocket() {
|
||||
|
||||
update();
|
||||
connectWebsocket();
|
||||
cron.schedule("*/5 * * * *", update);
|
||||
cron.schedule("*/1 * * * *", update);
|
||||
|
Loading…
Reference in New Issue
Block a user