Commit bd00f7d
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.1 parent b0a56a1 commit bd00f7d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
265 | | - | |
| 265 | + | |
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
| |||
0 commit comments