Sidebar Connectivity Status (#1268)

* store athena connected-at time

* refactor

* deref

* dt import

* Athena status based on last ping time param

* upd test for pingtime

* lower error timeout
This commit is contained in:
Andy
2020-04-05 11:06:49 -07:00
committed by GitHub
parent 522dc29b53
commit 41bb3ac7ca
8 changed files with 94 additions and 35 deletions
+1
View File
@@ -78,6 +78,7 @@ keys = {
"IsTakingSnapshot": [TxType.CLEAR_ON_MANAGER_START],
"IsUpdateAvailable": [TxType.CLEAR_ON_MANAGER_START],
"IsUploadRawEnabled": [TxType.PERSISTENT],
"LastAthenaPingTime": [TxType.PERSISTENT],
"LastUpdateTime": [TxType.PERSISTENT],
"LimitSetSpeed": [TxType.PERSISTENT],
"LimitSetSpeedNeural": [TxType.PERSISTENT],