Skip to content

Commit

Permalink
feat: chapter 10
Browse files Browse the repository at this point in the history
  • Loading branch information
honkinglin committed Dec 10, 2024
1 parent 536de67 commit 6d9d5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/grokking/chapter-10.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@
## 7. 限流器的高层设计
限流器将负责决定由API服务器处理的请求以及应予拒绝的请求。当新请求到达时,Web服务器首先会询问限流器该请求是被允许还是应当被限流。如果请求未被限流,则会将其传递给API服务器。

![图10-2](/grokking/f10-2.png)
![图10-2](/grokking/f10-2.png)

0 comments on commit 6d9d5d7

Please sign in to comment.