Simplify writecache #377

Merged
fyrchik merged 3 commits from fyrchik/frostfs-node:refactor/simplify-WC into master 2023-05-19 09:37:06 +00:00
Showing only changes of commit 389c3251b7 - Show all commits

View file

@ -78,7 +78,7 @@ func (c *cache) putSmall(obj objectInfo) error {
)
c.objCounters.IncDB()
}
return nil
return err
}
// putBig writes object to FSTree and pushes it to the flush workers queue.