diff --git a/vercel.json b/vercel.json index 322bc50..e930041 100644 --- a/vercel.json +++ b/vercel.json @@ -1,7 +1,6 @@ { "functions": { - "api/*.ts": { - "memory": 128, + "api/*": { "maxDuration": 10 } },