go.etcd.io/bbolt.DB.NoFreelistSync (field)
4 uses
go.etcd.io/bbolt (current package)
db.go#L81: NoFreelistSync bool
db.go#L189: db.NoFreelistSync = options.NoFreelistSync
db.go#L290: if !db.NoFreelistSync && !db.hasSyncedFreelist() {
tx.go#L174: if !tx.db.NoFreelistSync {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)