ref: 040b572d95e4ca27e1ada6113c405b8a1eb4a669
dir: /commitgraph/bloom/constants.go/
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 )