mirror of
https://github.com/markqvist/Sideband.git
synced 2025-08-15 01:35:45 -04:00
Cleanup
This commit is contained in:
parent
8f5a980bf1
commit
a78a773886
2 changed files with 3 additions and 1 deletions
|
@ -125,7 +125,7 @@ class SidebandCore():
|
|||
self.pending_telemetry_send_maxtries = 2
|
||||
self.telemetry_send_blocked_until = 0
|
||||
self.pending_telemetry_request = False
|
||||
self.telemetry_request_max_history = 3*24*60*60
|
||||
self.telemetry_request_max_history = 7*24*60*60
|
||||
self.state_db = {}
|
||||
self.rpc_connection = None
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue