Recalculate yesterday's and today's stats

This commit is contained in:
Pijus Kamandulis
2025-06-24 09:41:24 +03:00
parent b89a1a2a7e
commit 844f7fa08b
4 changed files with 57 additions and 0 deletions

View File

@@ -10,6 +10,8 @@ const (
RecalculateTopSharesJobInterval = 30 * time.Second
// IngestSharesJob interval
IngestSharesJobInterval = 30 * time.Second
// RecalculateCurrentDayStatsJob interval
RecalculateCurrentDayStatsJobInterval = 30 * time.Minute
)
// counts and stuff