SWJTU-ZhangLei commented on code in PR #51537: URL: https://github.com/apache/doris/pull/51537#discussion_r2135116950
########## cloud/src/common/config.h: ########## @@ -82,7 +82,7 @@ CONF_mInt32(instance_recycler_worker_pool_size, "32"); CONF_Bool(enable_checker, "false"); // The parallelism for parallel recycle operation // s3_producer_pool recycle_tablet_pool, delete single object in this pool -CONF_Int32(recycle_pool_parallelism, "40"); +CONF_Int32(recycle_pool_parallelism, "10"); Review Comment: > 私有化场景可能删不过来 40并发的话,公有云场景很容易达到qps限制 -- 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