morningman commented on code in PR #13096: URL: https://github.com/apache/doris/pull/13096#discussion_r990957510
########## docs/zh-CN/docs/sql-manual/sql-reference/Data-Definition-Statements/Alter/ALTER-RESOURCE.md: ########## @@ -50,6 +50,22 @@ ALTER RESOURCE 'spark0' PROPERTIES ("working_dir" = "hdfs://127.0.0.1:10000/tmp/ ```sql ALTER RESOURCE 'remote_s3' PROPERTIES ("s3_max_connections" = "100"); ``` +3. 修改冷热分离S3资源相关信息 +- 支持修改项 + - s3_max_connections s3最大连接数,默认50 Review Comment: 所有参数需要用反引号引起来,否则在在 markdown中展示,会识别为两个下划线括起来的 “斜体” `s3_max_connections` -- 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