Skip to content

Commit

Permalink
Add Function Memory Limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Saeris committed Aug 20, 2020
1 parent 74d68e8 commit 335c91b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"scope": "saeris",
"functions": {
"api/example.ts": {
"maxDuration": 5
"maxDuration": 1,
"memory": 128
}
}
}

0 comments on commit 335c91b

Please sign in to comment.