ref: 02645cbbc0704cd5e0fdb3b48be0c02eb5e3ab01
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 )