feat: increase maxDuration for API functions in vercel.json from 60 to 300 seconds
This commit is contained in:
parent
2814f87578
commit
564efbd3e2
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"functions": {
|
"functions": {
|
||||||
"app/api/**/*": {
|
"app/api/**/*": {
|
||||||
"maxDuration": 60
|
"maxDuration": 300
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user