This is an automated email from the ASF dual-hosted git repository.

huxing pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new f1250f7  Fix wrong grammar (#242)
f1250f7 is described below

commit f1250f7c45910fe6701864b59932c8e9967d09ec
Author: mimihom <llmimi...@gmail.com>
AuthorDate: Mon Jan 14 13:23:45 2019 +0800

    Fix wrong grammar (#242)
---
 docs/zh-cn/user/references/xml/dubbo-protocol.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/zh-cn/user/references/xml/dubbo-protocol.md 
b/docs/zh-cn/user/references/xml/dubbo-protocol.md
index 084676a..fe792eb 100644
--- a/docs/zh-cn/user/references/xml/dubbo-protocol.md
+++ b/docs/zh-cn/user/references/xml/dubbo-protocol.md
@@ -65,7 +65,7 @@ table tr:hover {
 | server | server | string | 可选 | dubbo协议缺省为netty,http协议缺省为servlet | 性能调优 | 
协议的服务器端实现类型,比如:dubbo协议的mina,netty等,http协议的jetty,servlet等 | 2.0.5以上版本 |
 | client | client | string | 可选 | dubbo协议缺省为netty | 性能调优 | 
协议的客户端实现类型,比如:dubbo协议的mina,netty等 | 2.0.5以上版本 |
 | dispatcher | dispatcher | string | 可选 | dubbo协议缺省为all | 性能调优 | 
协议的消息派发方式,用于指定线程模型,比如:dubbo协议的all, direct, message, execution, connection等 | 
2.1.0以上版本 |
-| queues | queues | int | 可选 | 0 | 性能调优 | 
线程池队列大小,当线程池满时,排队等待执行的队列大小,建议不要设置,当线程程池时应立即失败,重试其它服务提供机器,而不是排队,除非有特殊需求。 | 
2.0.5以上版本 |
+| queues | queues | int | 可选 | 0 | 性能调优 | 
线程池队列大小,当线程池满时,排队等待执行的队列大小,建议不要设置,当线程池满时应立即失败,重试其它服务提供机器,而不是排队,除非有特殊需求。 | 
2.0.5以上版本 |
 | charset | charset | string | 可选 | UTF-8 | 性能调优 | 序列化编码 | 2.0.5以上版本 |
 | buffer | buffer | int | 可选 | 8192 | 性能调优 | 网络读写缓冲区大小 | 2.0.5以上版本 |
 | heartbeat | heartbeat | int | 可选 | 0 | 性能调优 | 
心跳间隔,对于长连接,当物理层断开时,比如拔网线,TCP的FIN消息来不及发送,对方收不到断开事件,此时需要心跳来帮助检查连接是否已断开 | 
2.0.10以上版本 |

Reply via email to