Skip to content

Commit 8263159

Browse files
committed
correct bookmark format
1 parent b94e820 commit 8263159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh-cn/docs/concepts/cluster-administration/flow-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ both the original request and some subsidiary ones(s), no matter how
133133
deep in the recursion, there is a danger of priority inversions and/or
134134
deadlocks.
135135
-->
136-
## 递归服务器场景 {#Recursive server scenarios}
136+
## 递归服务器场景 {#recursive-server-scenarios}
137137

138138
在递归服务器场景中,必须谨慎使用 API 优先级和公平性。这些场景指的是服务器 A 在处理一个请求时,
139139
会向服务器 B 发出一个辅助请求。服务器 B 可能会进一步向服务器 A 发出辅助请求。

0 commit comments

Comments
 (0)