Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion serverless/containers/concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ One of the advantages of Serverless Containers is that when your container is no

## Scaling

Serverless Containers make scaling your application transparent, up to 20 instances of your container can be run at the same time.
Serverless Containers make scaling your application transparent, up to 50 instances of your container can be run at the same time.

## Secrets

Expand Down
2 changes: 1 addition & 1 deletion serverless/functions/concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ One of the advantages of Serverless Functions is that when your function is not

## Scaling

Serverless Functions make scaling your application transparent, up to 20 instances of your function can be run at the same time.
Serverless Functions make scaling your application transparent, up to 50 instances of your function can be run at the same time.

## Secrets

Expand Down