MCPcopy Create free account
hub / github.com/nutsdb/nutsdb / WithCleanFdsCacheThreshold

Function WithCleanFdsCacheThreshold

options.go:253–257  ·  view source on GitHub ↗
(threshold float64)

Source from the content-addressed store, hash-verified

251}
252
253func WithCleanFdsCacheThreshold(threshold float64) Option {
254 return func(opt *Options) {
255 opt.CleanFdsCacheThreshold = threshold
256 }
257}
258
259func WithBufferSizeOfRecovery(size int) Option {
260 return func(opt *Options) {

Callers 1

Calls

no outgoing calls

Tested by 1