mirror of https://github.com/istio/istio.io.git
fix errors in rate limiting (#2756)
This commit is contained in:
parent
73a2ef4bc9
commit
d303abd43a
|
@ -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` 。
|
||||
|
||||
|
|
Loading…
Reference in New Issue