mirror of https://github.com/knative/docs.git
Remove repeated words (#654)
Signed-off-by: GuessWhoSamFoo <sfoohei@gmail.com>
This commit is contained in:
parent
b2f3d89bc3
commit
b75f11ab4a
|
@ -61,7 +61,7 @@ events from your public repositories and to create webhooks for those
|
||||||
repositories. Copy and save this token; GitHub will force you to
|
repositories. Copy and save this token; GitHub will force you to
|
||||||
generate it again if misplaced.
|
generate it again if misplaced.
|
||||||
|
|
||||||
Here's an example for a token named "GitHubSource Sample" with the the
|
Here's an example for a token named "GitHubSource Sample" with the
|
||||||
recommended scopes:
|
recommended scopes:
|
||||||
|
|
||||||

|

|
||||||
|
|
|
@ -81,7 +81,7 @@ 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).
|
[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
|
For example, if a Revision is receiving 350 requests per second, each of which
|
||||||
takes about about .5 seconds, Knative Serving will determine the Revision needs
|
takes about .5 seconds, Knative Serving will determine the Revision needs
|
||||||
about 2 pods
|
about 2 pods
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue