Skip to content

Commit 882307d

Browse files
committed
docs(srv): update
1 parent da60bc6 commit 882307d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pages/serverless-containers/reference-content/containers-autoscaling.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This parameter sets the lowest value your resource is allowed to scale down to:
2626

2727
- If you set a value of `0`, all instances of your resource will be terminated after 15 minutes of inactivity.
2828

29-
- If you set a value of `1` or more, the corresponding number of instances of your resource will remain available at all time.
29+
- If you set a value of `1` or more, the corresponding number of instances of your resource will remain available at all times.
3030

3131
Customizing the minimum scale for Serverless can help ensure that an instance remains pre-allocated and ready to handle requests, reducing delays associated with [cold starts](/serverless-containers/concepts/#cold-start). However, this setting also impacts the costs of your Serverless Container.
3232

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This parameter sets the lowest value your resource is allowed to scale down to:
2626

2727
- If you set a value of `0`, all instances of your resource will be terminated after 15 minutes of inactivity.
2828

29-
- If you set a value of `1` or more, the corresponding number of instances of your resource will remain available at all time.
29+
- If you set a value of `1` or more, the corresponding number of instances of your resource will remain available at all times.
3030

3131
Customizing the minimum scale for Serverless can help ensure that an instance remains pre-allocated and ready to handle requests, reducing delays associated with [cold starts](/serverless-functions/concepts/#cold-start). However, this setting also impacts the costs of your Serverless Function.
3232

0 commit comments

Comments
 (0)