fix errors in rate limiting (#2756)

This commit is contained in:
Jinming Yue 2018-10-11 23:58:18 +08:00 committed by Martin Taillefer
parent 73a2ef4bc9
commit d303abd43a
1 changed files with 9 additions and 11 deletions

View File

@ -159,7 +159,6 @@ keywords: [策略,限额]
namespace: istio-system
spec:
quotas:
- name: requestcount.quota.istio-system
maxAmount: 500
validDuration: 1s
@ -194,7 +193,6 @@ keywords: [策略,限额]
spec:
connectionPoolSize: 10
quotas:
- name: requestcount.quota.istio-system
maxAmount: 500
validDuration: 1s
@ -328,7 +326,7 @@ spec:
`jason` 身份登录并反复刷新 `productpage`。现在你应该能够毫无问题地做到这一点。
1. 未登录时验证速率限制*是否适用*。
1. 验证速率限制在未登录时*适用*。
注销 `jason` 并反复刷新 `productpage`