From 8263159673f5333f1fccb9129bfd3cf22fa436c1 Mon Sep 17 00:00:00 2001 From: poff Date: Thu, 19 Dec 2024 11:00:35 +0800 Subject: [PATCH] correct bookmark format --- .../zh-cn/docs/concepts/cluster-administration/flow-control.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh-cn/docs/concepts/cluster-administration/flow-control.md b/content/zh-cn/docs/concepts/cluster-administration/flow-control.md index 063bc137be..0760390f34 100644 --- a/content/zh-cn/docs/concepts/cluster-administration/flow-control.md +++ b/content/zh-cn/docs/concepts/cluster-administration/flow-control.md @@ -133,7 +133,7 @@ both the original request and some subsidiary ones(s), no matter how deep in the recursion, there is a danger of priority inversions and/or deadlocks. --> -## 递归服务器场景 {#Recursive server scenarios} +## 递归服务器场景 {#recursive-server-scenarios} 在递归服务器场景中,必须谨慎使用 API 优先级和公平性。这些场景指的是服务器 A 在处理一个请求时, 会向服务器 B 发出一个辅助请求。服务器 B 可能会进一步向服务器 A 发出辅助请求。