We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e55ec8a commit 54347a1Copy full SHA for 54347a1
pages/serverless-functions/reference-content/functions-limitations.mdx
@@ -41,7 +41,7 @@ This section contains usage limits that apply when using Serverless Functions.
41
42
\** Total function memory is the sum of the memory allocated to all your functions at their maximum Scale.
43
44
-\*** Each instance of a function can handle a single request at a time, but a function can have several instances running in parallel.
+\*** Each instance of a function can handle a single request at a time, but a function can have several instances running at the same time.
45
46
\**** Maximum duration of a single HTTP request before this request is timed out. Use [Serverless Jobs](/serverless-jobs/) for tasks up to 24h.
47
0 commit comments