[#xx] Fix writecache type constant copy-pasta bug #570
1 changed files with 1 additions and 1 deletions
|
@ -728,7 +728,7 @@ func (c *cfg) getWriteCacheOpts(shCfg shardCfg) writecacheconfig.Options {
|
||||||
writecachebbolt.WithLogger(c.log),
|
writecachebbolt.WithLogger(c.log),
|
||||||
)
|
)
|
||||||
case writecacheconfig.TypeBadger:
|
case writecacheconfig.TypeBadger:
|
||||||
writeCacheOpts.Type = writecacheconfig.TypeBBolt
|
writeCacheOpts.Type = writecacheconfig.TypeBadger
|
||||||
writeCacheOpts.BadgerOptions = append(writeCacheOpts.BadgerOptions,
|
writeCacheOpts.BadgerOptions = append(writeCacheOpts.BadgerOptions,
|
||||||
writecachebadger.WithPath(wcRead.path),
|
writecachebadger.WithPath(wcRead.path),
|
||||||
writecachebadger.WithMaxObjectSize(wcRead.maxObjSize),
|
writecachebadger.WithMaxObjectSize(wcRead.maxObjSize),
|
||||||
|
|
Loading…
Reference in a new issue