ningyougang commented on code in PR #5352:
URL: https://github.com/apache/openwhisk/pull/5352#discussion_r1018671464
##########
docs/warmed-containers.md:
##########
@@ -42,7 +42,7 @@ So those can be configured in the same way that operators
configure the `invocat
```json
{
"_id": "guest/limits",
- "invocationPerMinutes": 10,
+ "invocationsPerMinute": 10,
Review Comment:
```
So those can be configured in the same way that operators configure the
`invocationPerMinute` limit.
```
Should change `invocationPerMinute` to `invocationsPerMinute`
##########
docs/warmed-containers.md:
##########
@@ -42,7 +42,7 @@ So those can be configured in the same way that operators
configure the `invocat
```json
{
"_id": "guest/limits",
- "invocationPerMinutes": 10,
+ "invocationsPerMinute": 10,
Review Comment:
Regarding
```
So those can be configured in the same way that operators configure the
`invocationPerMinute` limit.
```
Should change `invocationPerMinute` to `invocationsPerMinute`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]