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

Function WithMaxBatchCount

options.go:217–221  ·  view source on GitHub ↗
(count int64)

Source from the content-addressed store, hash-verified

215}
216
217func WithMaxBatchCount(count int64) Option {
218 return func(opt *Options) {
219 opt.MaxBatchCount = count
220 }
221}
222
223func WithHintKeyAndRAMIdxCacheSize(size int) Option {
224 return func(opt *Options) {

Callers 2

TestWithMaxBatchCountFunction · 0.85
TestBatchWriteFunction · 0.85

Calls

no outgoing calls

Tested by 2

TestWithMaxBatchCountFunction · 0.68
TestBatchWriteFunction · 0.68