[#1462] writecache: Rename flushWorkersCount

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
Evgenii Stratonikov 2022-05-31 14:15:31 +03:00 committed by LeL
parent 0148209168
commit 54d4503701
2 changed files with 3 additions and 3 deletions

View file

@ -96,7 +96,7 @@ func New(opts ...Option) Cache {
maxMemSize: maxInMemorySizeBytes,
maxObjectSize: maxObjectSize,
smallObjectSize: smallObjectSize,
workersCount: flushWorkersCount,
workersCount: defaultFlushWorkersCount,
maxCacheSize: maxCacheSizeBytes,
},
}