Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Fix #4256: Update dtoi parameter duration to 30 days. (#4284)
Browse files Browse the repository at this point in the history
  • Loading branch information
iccub authored Oct 5, 2021
1 parent 8f8b378 commit 532625f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BraveShared/Analytics/DAU.swift
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public class DAU {
return true
}

let daysThatMustPassToSkipDtoi = AppConstants.buildChannel == .dev ? 2 : 14
let daysThatMustPassToSkipDtoi = AppConstants.buildChannel == .dev ? 2 : 30

return (currentDateOrdinal - referenceDateOrdinal) > daysThatMustPassToSkipDtoi
}
Expand Down

0 comments on commit 532625f

Please sign in to comment.