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:
@@ -54,5 +54,5 @@ type HostsCountByOSVersion struct {
|
||||
}
|
||||
|
||||
const (
|
||||
StatisticsFrequency = time.Hour * 24 * 3
|
||||
StatisticsFrequency = time.Hour * 24
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user