mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-05-31 17:54:41 +00:00
Increase poll timer interval from 125 to 200 ms
I had THOUGHT I had increased this. Now I have.
This commit is contained in:
@@ -68,7 +68,7 @@ stderr: StdioCollector {
|
||||
|
||||
Timer {
|
||||
id: pollTimer
|
||||
interval: 125
|
||||
interval: 200
|
||||
running: true
|
||||
repeat: true
|
||||
onTriggered: {
|
||||
|
||||
Reference in New Issue
Block a user