Skip to content

Commit 54347a1

Browse files
Update pages/serverless-functions/reference-content/functions-limitations.mdx
Co-authored-by: Néda <[email protected]>
1 parent e55ec8a commit 54347a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/serverless-functions/reference-content/functions-limitations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This section contains usage limits that apply when using Serverless Functions.
4141

4242
\** Total function memory is the sum of the memory allocated to all your functions at their maximum Scale.
4343

44-
\*** Each instance of a function can handle a single request at a time, but a function can have several instances running in parallel.
44+
\*** 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.
4545

4646
\**** Maximum duration of a single HTTP request before this request is timed out. Use [Serverless Jobs](/serverless-jobs/) for tasks up to 24h.
4747

0 commit comments

Comments
 (0)