package constants import "time" // time.Duration constants const ( // RecalculateTimeWindowHighSharesJob interval RecalculateTimeWindowHighSharesJobInterval = 1 * time.Minute // RecalculateTopSharesJob interval RecalculateTopSharesJobInterval = 30 * time.Second // IngestorWatchInterval interval IngestorWatchInterval = 30 * time.Second )