This is an automated email from the ASF dual-hosted git repository.
zykkk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 76b29e774c3 [typo](docs) fix the unit of default value of
thrift_connect_timeout_seconds (#29626)
76b29e774c3 is described below
commit 76b29e774c3c07c87e0adf0a92a530188c0da97a
Author: Chester <[email protected]>
AuthorDate: Mon Jan 8 18:02:44 2024 +0800
[typo](docs) fix the unit of default value of
thrift_connect_timeout_seconds (#29626)
---
docs/en/docs/admin-manual/config/be-config.md | 2 +-
docs/zh-CN/docs/admin-manual/config/be-config.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en/docs/admin-manual/config/be-config.md
b/docs/en/docs/admin-manual/config/be-config.md
index ec53e9a8110..11a2870d7a5 100644
--- a/docs/en/docs/admin-manual/config/be-config.md
+++ b/docs/en/docs/admin-manual/config/be-config.md
@@ -266,7 +266,7 @@ There are two ways to configure BE configuration items:
#### `thrift_connect_timeout_seconds`
* Description: The default thrift client connection timeout time
-* Default value: 3 (m)
+* Default value: 3 (s)
#### `thrift_server_type_of_fe`
diff --git a/docs/zh-CN/docs/admin-manual/config/be-config.md
b/docs/zh-CN/docs/admin-manual/config/be-config.md
index db4e6764a29..e92424bc580 100644
--- a/docs/zh-CN/docs/admin-manual/config/be-config.md
+++ b/docs/zh-CN/docs/admin-manual/config/be-config.md
@@ -277,7 +277,7 @@ BE 重启后该配置将失效。如果想持久化修改结果,使用如下
#### `thrift_connect_timeout_seconds`
* 描述:默认thrift客户端连接超时时间
-* 默认值:3 (m)
+* 默认值:3 (s)
#### `thrift_server_type_of_fe`
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]