forked from TrueCloudLab/frostfs-node
Revert "[#1367] writecache: Add background flushing objects limiter"
This reverts commit e39378b1c3
.
This commit is contained in:
parent
105278f1b3
commit
f44ba3b76b
12 changed files with 32 additions and 181 deletions
|
@ -68,7 +68,6 @@ func New(opts ...Option) Cache {
|
|||
maxBatchSize: bbolt.DefaultMaxBatchSize,
|
||||
maxBatchDelay: bbolt.DefaultMaxBatchDelay,
|
||||
metrics: DefaultMetrics(),
|
||||
flushSizeLimit: defaultFlushWorkersCount * defaultMaxObjectSize,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue