increase stats freq to 1H (#16865)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
* Raised the frequency of sending anonymous statistics from every 24 hours to every 1 hour. (This is a fairly small packet and should have no impact on network traffic)
|
||||
@@ -75,5 +75,5 @@ type HostsCountByOSVersion struct {
|
||||
}
|
||||
|
||||
const (
|
||||
StatisticsFrequency = time.Hour * 24
|
||||
StatisticsFrequency = time.Hour * 1
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user