Remove LIST op limiter

It doesn't prevent OSD slow ops but may itself lead to stalls :)
This commit is contained in:
Vitaliy Filippov
2022-12-26 02:48:48 +03:00
parent bf6fdc4141
commit 4ebdd02b0f
2 changed files with 3 additions and 10 deletions
-2
View File
@@ -240,8 +240,6 @@ class blockstore_impl_t
int throttle_target_parallelism = 1;
// Minimum difference in microseconds between target and real execution times to throttle the response
int throttle_threshold_us = 50;
// Maximum number of LIST operations to be processed between
int single_tick_list_limit = 1;
/******* END OF OPTIONS *******/
struct ring_consumer_t ring_consumer;