Missing documentation and examples for Vercel Functions maximumDuration configuration

Hi,

On this page:

vercel.com

Configuring Maximum Duration for Vercel Functions

Learn how to set the maximum duration of a Vercel Function.

Problem

The following sentence in the documentation seems to end abruptly, with no explanation or example after it:

“For these runtimes / frameworks, you can configure the number of seconds directly in your function:”

Question

Is some documentation missing for the maximumDuration setting? If not, where can I find how to configure it within the function code?

Thanks!

Hi,

It’s here: Configuring Maximum Duration for Vercel Functions>=-13.5-or-higher-sveltekit-astro-nuxt-and-remix. You can use maxDuration on function (if it’s next.js) or within vercel.json

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.