const go.etcd.io/bbolt.maxFillPercent

3 uses

	go.etcd.io/bbolt (current package)
		bucket.go#L21: 	maxFillPercent = 1.0
		node.go#L280: 	} else if fillPercent > maxFillPercent {
		node.go#L281: 		fillPercent = maxFillPercent