From d2dbdc52ecea442ee3628056e43201b6d6719c35 Mon Sep 17 00:00:00 2001 From: Steven Date: Sun, 19 Jun 2022 09:58:28 -0400 Subject: [PATCH] Bump memory to 2GB (#975) --- vercel.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 74d58482..d96e697b 100644 --- a/vercel.json +++ b/vercel.json @@ -1,7 +1,8 @@ { "functions": { "api/**": { - "memory": 1024 + "memory": 2048, + "maxDuration": 30 } }, "headers": [{