DongLiang-0 commented on code in PR #2192: URL: https://github.com/apache/doris-website/pull/2192#discussion_r2002670828
########## docs/sql-manual/sql-statements/cluster-management/instance-management/SET-FRONTEND-CONFIG.md: ########## @@ -32,16 +32,15 @@ under the License. This statement is used to set the configuration items of the cluster (currently only supports setting FE configuration items). -The configurable items can be viewed using the `SHOW FRONTEND CONFIG;` command. - -Syntax: +## Syntax: ```sql -ADMIN SET FRONTEND CONFIG ("key" = "value") [ALL]; --- or -ADMIN SET ALL FRONTENDS CONFIG ("key" = "value"); +ADMIN SET [ALL FRONTENDS | FRONTEND] CONFIG ("<fe_config_key>" = "<fe_config_value>") 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org