From 4d475ff009a62202e18f4db2de21d9b5ef54d6ac Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Tue, 3 Oct 2023 09:14:36 +0200 Subject: [PATCH] :pencil: (vercel) Add a note on function maxDuration for Hobby plans --- apps/docs/docs/self-hosting/guides/vercel.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/docs/docs/self-hosting/guides/vercel.md b/apps/docs/docs/self-hosting/guides/vercel.md index 21f36014b..e6e38bad6 100644 --- a/apps/docs/docs/self-hosting/guides/vercel.md +++ b/apps/docs/docs/self-hosting/guides/vercel.md @@ -22,6 +22,10 @@ Fork the repository You may want to [disable the Github actions](https://docs.github.com/en/actions/using-workflows/disabling-and-enabling-a-workflow) as they are most likely not relevant to your use of Typebot. This can be done. +## Reduce function maxDuration (Hobby plan only) + +If you deploy on a Vercel Hobby plan, you will need to reduce the `maxDuration` timeout options in `apps/viewer/vercel.json` and set it to `10` + ### Deploy the builder 1. Create a new Vercel project and import the forked repo