Skip to content

Commit f641925

Browse files
swarnavadummdidumm
andauthored
docs: update new maxDuration value for Pro plan (sveltejs#10858)
--------- Co-authored-by: Simon H <[email protected]>
1 parent c0d128c commit f641925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/25-build-and-deploy/90-adapter-vercel.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Additionally, the following option applies to edge functions:
5959

6060
And the following option apply to serverless functions:
6161
- `memory`: the amount of memory available to the function. Defaults to `1024` Mb, and can be decreased to `128` Mb or [increased](https://vercel.com/docs/concepts/limits/overview#serverless-function-memory) in 64Mb increments up to `3008` Mb on Pro or Enterprise accounts
62-
- `maxDuration`: maximum execution duration of the function. Defaults to `10` seconds for Hobby accounts, `60` for Pro and `900` for Enterprise
62+
- `maxDuration`: maximum execution duration of the function. Defaults to `10` seconds for Hobby accounts, `15` for Pro and `900` for Enterprise
6363
- `isr`: configuration Incremental Static Regeneration, described below
6464

6565
If your functions need to access data in a specific region, it's recommended that they be deployed in the same region (or close to it) for optimal performance.

0 commit comments

Comments
 (0)