reduce analytics event frequency

This commit is contained in:
Jack Robison 2018-11-07 18:18:55 -05:00
parent 7e27a6e37d
commit 572777305e
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -136,8 +136,8 @@ class Manager:
def _get_looping_calls(self):
return [
('send_heartbeat', self._send_heartbeat, 60),
('update_tracked_metrics', self._update_tracked_metrics, 300),
('send_heartbeat', self._send_heartbeat, 300),
('update_tracked_metrics', self._update_tracked_metrics, 600),
]
def _setup_looping_calls(self):