diff --git a/vercel.json b/vercel.json index e278170..f269847 100644 --- a/vercel.json +++ b/vercel.json @@ -1,7 +1,7 @@ { "functions": { "api/*.js": { - "memory": 1200, + "memory": 128, "maxDuration": 10 } },