You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The quantity of background/bluetooth_ble entries is staggering and likely much more than we need.
In the April 24 dump of dfc-fermata, my user has 54208 background/bluetooth_ble entries. That would have been from a bit over 1 week of testing, since I believe we rolled out the alpha on the 15th or 16th.
By comparison, there were only 14003 background/location entries during that timespan.
That was on an iOS device.
We should look at the differences between iOS and Android and try to:
limit the number of scans that occur on the phone (for battery drain considerations)
limit the number of scans that get recorded to DB (for scalability considerations on the server while processing)
The text was updated successfully, but these errors were encountered:
@the-bay-kay recently addressed extraneous transitions (e-mission/e-mission-data-collection#230), which will also help performance but I don't think it will limit the number of background/bluetooth_ble entries
The quantity of
background/bluetooth_ble
entries is staggering and likely much more than we need.In the April 24 dump of dfc-fermata, my user has 54208
background/bluetooth_ble
entries. That would have been from a bit over 1 week of testing, since I believe we rolled out the alpha on the 15th or 16th.By comparison, there were only 14003
background/location
entries during that timespan.That was on an iOS device.
We should look at the differences between iOS and Android and try to:
The text was updated successfully, but these errors were encountered: