Commit 2d1a39a2 authored by TousakaRin's avatar TousakaRin

Modify expression

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