gavinchou commented on code in PR #60180: URL: https://github.com/apache/doris/pull/60180#discussion_r2720300645
########## be/src/cloud/config.cpp: ########## @@ -150,6 +150,10 @@ DEFINE_mDouble(standby_compaction_version_ratio, "0.8"); DEFINE_mBool(enable_cache_read_from_peer, "true"); +// Rate limit for warmup download in bytes per second, default 100MB/s +// 0 means no limit +DEFINE_mInt64(warmup_download_rate_limit_bytes_per_second, "104857600"); Review Comment: suggest naming file_cache_warmup_download_rate_limit_bytes_per_second -- 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]
