Queue interface packets by default with update at 0.1s#2371
Conversation
| end | ||
|
|
||
| @queued = false | ||
| @queued = true # default is to queue all packets |
There was a problem hiding this comment.
Does the default mode flipping affect a lot of user experience?
There was a problem hiding this comment.
It will queue all packets from the interface into redis. In the nominal 1Hz case it shouldn't really be noticeable but as you increase past 10Hz it should increase batching and performance.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release/v7.0.0 #2371 +/- ##
==================================================
- Coverage 79.89% 79.88% -0.02%
==================================================
Files 654 654
Lines 48750 48773 +23
Branches 741 741
==================================================
+ Hits 38950 38961 +11
- Misses 9718 9730 +12
Partials 82 82
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|



No description provided.