shithub: furgit

ref: 27ef9a7e1f2589d1a0eeee4cd6d36d1926989cf2
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
)