From 5c5ad4a14eecef4f3b137e8225ddcf0f4ee04164 Mon Sep 17 00:00:00 2001 From: Christopher <62194124+carraya@users.noreply.github.com> Date: Fri, 19 Jan 2024 12:51:15 -0500 Subject: [PATCH] Update vercel.json --- vercel.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vercel.json b/vercel.json index 9798252..ff0d4d2 100644 --- a/vercel.json +++ b/vercel.json @@ -1,7 +1,7 @@ { "functions": { - "app": { - "maxDuration": 180 + "app/**/*": { + "maxDuration": 5 } } }