Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce the update frequency of the log panel to 5hz (#734)
The update frequency of the log panel was erroneously set to every 5ms (200hz). This was causing a lot of unnecessary processing that was discovered during QML profiling. This should help the app run significantly better on lower end hardware.
- Loading branch information