Skip to content

Commit

Permalink
Stats Traffic: Increase number of weeks to fetch for monthly chart (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
staskus authored Mar 19, 2024
2 parents 034c358 + 1210657 commit 4632edf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,8 @@ private extension SiteStatsPeriodViewModel {
case .day, .week:
return 7
case .month:
return 5
// 6 to cover all possible weeks that could fall into one month's range
return 6
case .year:
return 12
}
Expand Down

0 comments on commit 4632edf

Please sign in to comment.