Skip to content

Commit 09970db

Browse files
committed
fix(ee): increase max allowed duration of export-subscriptions endpoint
1 parent 73f1191 commit 09970db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapps/ee-api/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": "/api/billing/export-subscriptions",
5-
"schedule": "*/10 * * * *"
5+
"schedule": "*/5 * * * *"
66
}
77
]
88
}

0 commit comments

Comments
 (0)