shithub: furgit

ref: 9bd37998c9ea890401b66604806f7d1fe06b9256
dir: /format/commitgraph/bloom/constants.go/

View raw version
package bloom

const (
	// DataHeaderSize is the size of the BDAT header in commit-graph files.
	DataHeaderSize = 3 * 4
	// DefaultMaxChange matches Git's default max-changed-paths behavior.
	DefaultMaxChange = 512
)