This is an automated email from the ASF dual-hosted git repository.
albumenj 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 0a9d79b459d # 消费端线程模型 (#1466)
0a9d79b459d is described below
commit 0a9d79b459d331f86f6edd49507cd92819536068
Author: JIAN ZHONG <[email protected]>
AuthorDate: Mon Sep 5 09:07:22 2022 +0800
# 消费端线程模型 (#1466)
---
.../performance/threading-model/consumer.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/performance/threading-model/consumer.md
b/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/performance/threading-model/consumer.md
index 88f2a046069..6888fe2a0ab 100644
---
a/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/performance/threading-model/consumer.md
+++
b/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/performance/threading-model/consumer.md
@@ -14,7 +14,7 @@ description: "Dubbo 消费端线程池模型用法"
改进后的消费端线程池模型,通过复用业务端被阻塞的线程,很好的解决了这个问题。
-#### 老的线程池模型
+## 老的线程池模型

@@ -27,7 +27,7 @@ description: "Dubbo 消费端线程池模型用法"
-**2.7.5 版本引入的线程池模型**
+## 2.7.5 版本引入的线程池模型
