home/wired: increase poll interval
This commit is contained in:
parent
5555abb20b
commit
0945319e40
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
// draws notifications (if necessary), etc.
|
||||
// Note that when no notifications are present, Wired always polls at 500ms.
|
||||
// 16ms ~= 60hz / 7ms ~= 144hz.
|
||||
poll_interval: 16,
|
||||
poll_interval: 200,
|
||||
|
||||
// Wired will pause notifications if you are idle (no mouse or keyboard input) for longer than
|
||||
// `idle_threshold` seconds.
|
||||
|
|
Loading…
Reference in a new issue