superdiaodiao commented on code in PR #1448:
URL: https://github.com/apache/doris-website/pull/1448#discussion_r1874350348


##########
i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/install/cluster-deployment/standard-deployment.md:
##########
@@ -573,7 +573,7 @@ SELECT * from testdb.table_hash;
 
 `priority_networks` 是 Doris 进程监听 IP 的 CIDR 
格式表示的网段。如果部署的机器只有一个网段,则无需配置此参数。若存在两个或多个网段,则必须进行配置。
 
-此参数的主要作用是帮助系统在选择监听 IP 时,能够自动匹配到正确的网卡 IP。例如,若需要监听的 IP 为 `192.168.0.1`,则可设置 
`priority_networks=192.168.0.0/24`。系统会自动扫描所有 IP,并仅将匹配到 `192.168.0.0/24` 网段的 IP 
作为服务监听地址。此外,该参数支持配置多个 CIDR 网段,使用逗号分隔,如 `priority_networks = 10.10.0.0/16, 
192.168.0.0/24`。
+此参数的主要作用是帮助系统在选择监听 IP 时,能够自动匹配到正确的网卡 IP。例如,若需要监听的 IP 为 `192.168.0.1`,则可设置 
`priority_networks=192.168.0.0/24`。系统会自动扫描所有 IP,并仅将匹配到 `192.168.0.0/24` 网段的 IP 
作为服务监听地址。此外,该参数支持配置多个 CIDR 网段,使用逗号分隔,如 `priority_networks = 10.10.0.0/16; 
192.168.0.0/24`。

Review Comment:
   逗号->分号



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to