Skip to content

Commit

Permalink
upd: chlog
Browse files Browse the repository at this point in the history
  • Loading branch information
schzhn committed Dec 19, 2023
1 parent 109dbb1 commit f073dc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -33,6 +33,7 @@ NOTE: Add new changes BELOW THIS COMMENT.

### Fixed

- Statistics for `7` days displayed in days on the dashboard.
- Names defined in the `/etc/hosts` for a single address family wrongly
considered undefined for another family ([#6541]).
- Omitted CNAME records in safe search results, which can cause YouTube to not
Expand Down
3 changes: 3 additions & 0 deletions internal/stats/unit.go
Expand Up @@ -510,6 +510,9 @@ func (s *StatsCtx) fillCollectedStats(data *StatsResp, units []*unitDB, curID ui

// fillCollectedStatsDaily fills data with collected daily statistics. units
// must contain data for the count of days.
//
// TODO(s.chzhen): Improve collection of statistics for frontend because there
// is rounding.
func (s *StatsCtx) fillCollectedStatsDaily(
data *StatsResp,
units []*unitDB,
Expand Down

0 comments on commit f073dc4

Please sign in to comment.