Restructure
This commit is contained in:
@@ -8,6 +8,12 @@ const (
|
||||
RecalculateTimeWindowHighSharesJobInterval = 1 * time.Minute
|
||||
// RecalculateTopSharesJob interval
|
||||
RecalculateTopSharesJobInterval = 30 * time.Second
|
||||
// IngestorWatchInterval interval
|
||||
IngestorWatchInterval = 30 * time.Second
|
||||
// IngestSharesJob interval
|
||||
IngestSharesJobInterval = 30 * time.Second
|
||||
)
|
||||
|
||||
// counts and stuff
|
||||
const (
|
||||
// TopSharesAmount is the number of top shares to keep
|
||||
TopSharesAmount = 15
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user