mirror of https://github.com/knative/docs.git
Format markdown (#658)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
This commit is contained in:
parent
7f185c4d08
commit
ef7ef10833
|
@ -81,8 +81,8 @@ per pod (concurrency). The system has a default
|
|||
[target concurrency of 100.0](https://github.com/knative/serving/blob/3f00c39e289ed4bfb84019131651c2e4ea660ab5/config/config-autoscaler.yaml#L35).
|
||||
|
||||
For example, if a Revision is receiving 350 requests per second, each of which
|
||||
takes about .5 seconds, Knative Serving will determine the Revision needs
|
||||
about 2 pods
|
||||
takes about .5 seconds, Knative Serving will determine the Revision needs about
|
||||
2 pods
|
||||
|
||||
```
|
||||
350 * .5 = 175
|
||||
|
|
Loading…
Reference in New Issue