Attempt to fix "head-of-line blocking" by LIST operations

This commit is contained in:
Vitaliy Filippov
2022-02-18 01:31:45 +03:00
parent 117d6f0612
commit 36c276358b
2 changed files with 11 additions and 4 deletions
+2
View File
@@ -241,6 +241,8 @@ 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;