report metrics from every 3 days to every 24H (#15024)

Report metrics from every 3 days to every 24H.
Heroku servers should be OK with this change.
This commit is contained in:
Sharon Katz
2023-11-08 11:08:31 -05:00
committed by GitHub
parent ea6b51db38
commit 2b13c925d1
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -54,5 +54,5 @@ type HostsCountByOSVersion struct {
}
const (
StatisticsFrequency = time.Hour * 24 * 3
StatisticsFrequency = time.Hour * 24
)