Skip to content

Commit 995766b

Browse files
fix(cron): change from every 5 minutes to once a day
This is tough
1 parent 82945a6 commit 995766b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"crons": [
33
{
44
"path": "/cron",
5-
"schedule": "*/5 * * * *"
5+
"schedule": "0 18 * * *"
66
}
77
]
88
}

0 commit comments

Comments
 (0)