blob: 1cac409733c09cb9509f0cf94c7a8b4f27b61ceb [file] [log] [blame]
// Package constants provides constants.
package constants
const (
// COMMITS_PER_TILE is the number of commits that are stored per ptracestore tile.
COMMITS_PER_TILE = 50
)