diff --git a/server/fleet/statistics.go b/server/fleet/statistics.go index 9f0e69b557..4e3e77fa7c 100644 --- a/server/fleet/statistics.go +++ b/server/fleet/statistics.go @@ -54,5 +54,5 @@ type HostsCountByOSVersion struct { } const ( - StatisticsFrequency = time.Hour * 24 * 7 + StatisticsFrequency = time.Hour * 24 * 3 )