Commit c6face0f authored by TousakaRin's avatar TousakaRin

Modify expression

parent b63a0022
...@@ -611,7 +611,7 @@ brpc::Server server; ...@@ -611,7 +611,7 @@ brpc::Server server;
brpc::ServerOptions options; brpc::ServerOptions options;
options.max_concurrency = "auto"; // auto concurrency limiter options.max_concurrency = "auto"; // auto concurrency limiter
``` ```
使用自适应限流的算法能够正常工作的前提是: 自适应限流的算法能够正常工作的前提是:
1. 客户端开启了重试 1. 客户端开启了重试
2. 服务端有多个节点,当一个节点返回过载时,客户端可以向其他节点发起重试 2. 服务端有多个节点,当一个节点返回过载时,客户端可以向其他节点发起重试
更多细节可以看[这里](https://github.com/TousakaRin/brpc/blob/auto_concurrency_limiter/docs/cn/auto_concurrency_limiter.md) 更多细节可以看[这里](https://github.com/TousakaRin/brpc/blob/auto_concurrency_limiter/docs/cn/auto_concurrency_limiter.md)
......
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