diff --git a/apps/api/vercel.json b/apps/api/vercel.json index 5f54df68ab..da819be7a8 100644 --- a/apps/api/vercel.json +++ b/apps/api/vercel.json @@ -1,7 +1,7 @@ { "functions": { "pages/api/slots/*.ts": { - "memory": 2048 + "memory": 1024 } } }