Format markdown (#658)

Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
This commit is contained in:
mattmoor-sockpuppet 2018-12-12 08:47:16 -08:00 committed by Knative Prow Robot
parent 7f185c4d08
commit ef7ef10833
1 changed files with 2 additions and 2 deletions

View File

@ -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