Updated pirsch and process tracking statistics on startup.

This commit is contained in:
Marvin Blum
2020-08-31 20:00:36 +02:00
committed by Marvin Blum
parent e41f9e585a
commit 837b833c07
2 changed files with 2 additions and 1 deletions

View File

@@ -59,6 +59,7 @@ func NewTracker() (*pirsch.Tracker, context.CancelFunc) {
cancel := pirsch.RunAtMidnight(func() {
processTrackingData(processor)
})
processTrackingData(processor) // run on startup
return tracker, cancel
}