mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-27 15:12:53 +00:00
chore(python): Increase event interval for telemetry (#1108)
Increasing event reporting interval from 5mins to 60mins
This commit is contained in:
@@ -69,7 +69,7 @@ class _Events:
|
||||
self.throttled_event_names = ["search_table"]
|
||||
self.throttled_events = set()
|
||||
self.max_events = 5 # max events to store in memory
|
||||
self.rate_limit = 60.0 * 5 # rate limit (seconds)
|
||||
self.rate_limit = 60.0 * 60.0 # rate limit (seconds)
|
||||
self.time = 0.0
|
||||
|
||||
if is_git_dir():
|
||||
|
||||
Reference in New Issue
Block a user