You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/docs/25-build-and-deploy/90-adapter-vercel.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ Additionally, the following option applies to edge functions:
59
59
60
60
And the following option apply to serverless functions:
61
61
-`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
63
63
-`isr`: configuration Incremental Static Regeneration, described below
64
64
65
65
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