diff --git a/serverless/containers/concepts.mdx b/serverless/containers/concepts.mdx index 40938a61e8..02959e8264 100644 --- a/serverless/containers/concepts.mdx +++ b/serverless/containers/concepts.mdx @@ -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 diff --git a/serverless/functions/concepts.mdx b/serverless/functions/concepts.mdx index 79fe286ab9..66e8ede480 100644 --- a/serverless/functions/concepts.mdx +++ b/serverless/functions/concepts.mdx @@ -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