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