From 8e4b516385aa9e9b092ea6405752c7b02740c911 Mon Sep 17 00:00:00 2001 From: Keith Williams Date: Tue, 14 Nov 2023 19:17:24 -0300 Subject: [PATCH] Increased to 3008 --- apps/web/vercel.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/vercel.json b/apps/web/vercel.json index b9a0810148..2183cd596c 100644 --- a/apps/web/vercel.json +++ b/apps/web/vercel.json @@ -7,10 +7,10 @@ ], "functions": { "pages/api/trpc/public/[trpc].ts": { - "memory": 2048 + "memory": 3008 }, "pages/api/trpc/slots/[trpc].ts": { - "memory": 2048 + "memory": 3008 } } }