SWJTU-ZhangLei commented on code in PR #51537:
URL: https://github.com/apache/doris/pull/51537#discussion_r2167926312


##########
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限制,10并发delete objects应该适用大部分场景了
   
   @gavinchou 确定不合入我就先close了



-- 
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]

Reply via email to