Commit 524d683a authored by TousakaRin's avatar TousakaRin

Remove duplicate content

parent 1b8d49e1
......@@ -27,11 +27,6 @@ options.method_max_concurrency = "auto";
server.MaxConcurrencyOf("example.EchoService.Echo") = "auto";
```
自适应限流的算法能够正常工作的前提是:
1. 客户端开启了重试
2. 服务端有多个节点,当一个节点返回过载时,客户端可以向其他节点发起重试
更多细节可以看[这里](https://github.com/TousakaRin/brpc/blob/auto_concurrency_limiter/docs/cn/auto_concurrency_limiter.md)
## 自适应限流的实现
### Little's Law
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment