We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 536de67 commit 6d9d5d7Copy full SHA for 6d9d5d7
docs/grokking/chapter-10.md
@@ -66,4 +66,4 @@
66
## 7. 限流器的高层设计
67
限流器将负责决定由API服务器处理的请求以及应予拒绝的请求。当新请求到达时,Web服务器首先会询问限流器该请求是被允许还是应当被限流。如果请求未被限流,则会将其传递给API服务器。
68
69
-
+
0 commit comments