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

Function WithMaxWriteRecordCount

options.go:289–293  ·  view source on GitHub ↗
(maxWriteRecordCount int64)

Source from the content-addressed store, hash-verified

287}
288
289func WithMaxWriteRecordCount(maxWriteRecordCount int64) Option {
290 return func(opt *Options) {
291 opt.MaxWriteRecordCount = maxWriteRecordCount
292 }
293}
294
295func WithEnableHintFile(enable bool) Option {
296 return func(opt *Options) {

Callers 1

Calls

no outgoing calls

Tested by 1