diff --git a/pkg/local_object_storage/writecache/flush.go b/pkg/local_object_storage/writecache/flush.go index 8ceb8e3ed..c7d4cb05e 100644 --- a/pkg/local_object_storage/writecache/flush.go +++ b/pkg/local_object_storage/writecache/flush.go @@ -175,6 +175,7 @@ func (c *cache) flushWorker(num int) { // TODO(fyrchik): do this once in N iterations depending on load select { case obj = <-priorityCh: + metaOnly = num%3 == 1 default: select { case obj = <-c.directCh: