chore: reduce vercel memory & timeout duration (#1366)

* fix: change serverless function memory to 128mb

* chore: change maxDuration
This commit is contained in:
Anurag Hazra 2021-10-06 22:43:23 +05:30 committed by GitHub
parent 7d1c9b0b96
commit 81b6593b06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,10 @@
{
"functions": {
"api/*.js": {
"memory": 128,
"maxDuration": 30
}
},
"redirects": [
{
"source": "/",