Hi,
On this page:
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!
