gavinchou commented on code in PR #49067: URL: https://github.com/apache/doris/pull/49067#discussion_r2008705917
########## cloud/src/common/config.h: ########## @@ -264,4 +264,8 @@ CONF_Bool(enable_loopback_address_for_ms, "false"); // Which vaults should be recycled. If empty, recycle all vaults. // Comma seprated list: recycler_storage_vault_white_list="aaa,bbb,ccc" CONF_Strings(recycler_storage_vault_white_list, ""); + +CONF_mInt32(retry_reduce_busyness_threshold, "80"); Review Comment: add comments -- 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