Skip to content

Commit 81b6593

Browse files
authored
chore: reduce vercel memory & timeout duration (#1366)
* fix: change serverless function memory to 128mb * chore: change maxDuration
1 parent 7d1c9b0 commit 81b6593

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

vercel.json

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{
2+
"functions": {
3+
"api/*.js": {
4+
"memory": 128,
5+
"maxDuration": 30
6+
}
7+
},
28
"redirects": [
39
{
410
"source": "/",

0 commit comments

Comments
 (0)