mirror of
https://github.com/Kugelschieber/marvinblum.git
synced 2026-01-18 14:50:27 +00:00
Updated to Pirsch 1.7.0.
This commit is contained in:
@@ -39,7 +39,7 @@ func NewTracker() (*pirsch.Tracker, context.CancelFunc) {
|
||||
ReferrerDomainBlacklistIncludesSubdomains: true,
|
||||
Sessions: true,
|
||||
})
|
||||
analyzer = pirsch.NewAnalyzer(store)
|
||||
analyzer = pirsch.NewAnalyzer(store, nil)
|
||||
processor := pirsch.NewProcessor(store)
|
||||
cancel := pirsch.RunAtMidnight(func() {
|
||||
processTrackingData(processor)
|
||||
|
||||
Reference in New Issue
Block a user