From 81b6593b06a3c10e80a0aa8da0a2ca7730d5121b Mon Sep 17 00:00:00 2001 From: Anurag Hazra Date: Wed, 6 Oct 2021 22:43:23 +0530 Subject: [PATCH] chore: reduce vercel memory & timeout duration (#1366) * fix: change serverless function memory to 128mb * chore: change maxDuration --- vercel.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vercel.json b/vercel.json index 8306d9f7..aee61ce0 100644 --- a/vercel.json +++ b/vercel.json @@ -1,4 +1,10 @@ { + "functions": { + "api/*.js": { + "memory": 128, + "maxDuration": 30 + } + }, "redirects": [ { "source": "/",