Skip to content

Commit cdcc13f

Browse files
Update serverless/containers/reference-content/containers-concurrency.mdx
Co-authored-by: nerda-codes <[email protected]>
1 parent 52f2d04 commit cdcc13f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serverless/containers/reference-content/containers-concurrency.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ For example, if a container is set to handle 10 concurrent requests, and 50 requ
6060

6161
**Efficiency**: Setting a higher concurrency value allows a single container instance to handle more requests, which can reduce the total number of container instances, therefore reducing costs.
6262

63-
**Responsiveness**: Setting a lower concurrency (down to 1 concurrent container instance) allows to reduce latency for individual requests, since the container focuses on fewer tasks at a time. However,
63+
**Responsiveness**: Setting a lower concurrency (down to 1 concurrent container instance) allows to reduce latency for individual requests, since the container focuses on fewer tasks at a time.
6464

6565
## Implications for your service
6666

0 commit comments

Comments
 (0)