This is an automated email from the ASF dual-hosted git repository.
liujun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new 4466ad895a polish title
4466ad895a is described below
commit 4466ad895a0bb3468cf10b26d64f454c32d0ef6c
Author: chickenlj <[email protected]>
AuthorDate: Thu Aug 4 13:29:52 2022 +0800
polish title
---
content/zh/overview/tasks/traffic-management/_index.md | 2 +-
content/zh/overview/tasks/traffic-management/isolation.md | 2 +-
content/zh/overview/tasks/traffic-management/weight.md | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/content/zh/overview/tasks/traffic-management/_index.md
b/content/zh/overview/tasks/traffic-management/_index.md
index 9690c304b8..8ca4501936 100755
--- a/content/zh/overview/tasks/traffic-management/_index.md
+++ b/content/zh/overview/tasks/traffic-management/_index.md
@@ -16,7 +16,7 @@ no_list: true
<div class="h-100 card shadow" href="#">
<div class="card-body">
<h4 class="card-title">
- <a href='{{< relref "./timeout/" >}}'>调整服务超时时间</a>
+ <a href='{{< relref "./timeout/" >}}'>动态调整请求超时时间</a>
</h4>
<p>给 Dubbo 请求设置超时时间可以有效的提高系统稳定性,避免个别服务阻塞占用过多资源。<br/><br/>
而通过在运行期动态的调整服务超时时间,可以有效的应对超时设置不合理、系统突发情况等导致的服务频繁超时、服务阻塞等问题,提升系统稳定性。</p>
</div>
diff --git a/content/zh/overview/tasks/traffic-management/isolation.md
b/content/zh/overview/tasks/traffic-management/isolation.md
index fa34e2a885..6f751ca69d 100644
--- a/content/zh/overview/tasks/traffic-management/isolation.md
+++ b/content/zh/overview/tasks/traffic-management/isolation.md
@@ -1,7 +1,7 @@
---
type: docs
title: "配置规则"
-linkTitle: "配置规则"
+linkTitle: "临时踢除问题服务实例"
weight: 5
description: "在 Dubbo 中配置应用级治理规则和服务级治理规则"
---
diff --git a/content/zh/overview/tasks/traffic-management/weight.md
b/content/zh/overview/tasks/traffic-management/weight.md
index 4c817f6e00..ac7060f587 100644
--- a/content/zh/overview/tasks/traffic-management/weight.md
+++ b/content/zh/overview/tasks/traffic-management/weight.md
@@ -1,7 +1,7 @@
---
type: docs
title: "流量灰度"
-linkTitle: "流量灰度"
+linkTitle: "通过权重调整流量分布"
weight: 5
description: "在 Dubbo 中配置应用级治理规则和服务级治理规则"
---