feat: set Vercel functions timeout to 30 seconds
This commit is contained in:
@@ -9,6 +9,11 @@
|
|||||||
"schedule": "0 5 * * *"
|
"schedule": "0 5 * * *"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"functions": {
|
||||||
|
"app/api/**/*": {
|
||||||
|
"maxDuration": 30
|
||||||
|
}
|
||||||
|
},
|
||||||
"headers": [
|
"headers": [
|
||||||
{
|
{
|
||||||
"source": "/api/(.*)",
|
"source": "/api/(.*)",
|
||||||
|
|||||||
Reference in New Issue
Block a user