mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
step 1 double the freq from once a week to once every 3days (#11769)
Increase the statistics report frequency from once a week to once in 3 days. The idea is to double it in slow steps to make sure the Heroku can withstand it. Goal is to get to once every few hours.
This commit is contained in:
parent
45df29f993
commit
ae1f6f4396
1 changed files with 1 additions and 1 deletions
|
|
@ -54,5 +54,5 @@ type HostsCountByOSVersion struct {
|
|||
}
|
||||
|
||||
const (
|
||||
StatisticsFrequency = time.Hour * 24 * 7
|
||||
StatisticsFrequency = time.Hour * 24 * 3
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue