mirror of
https://github.com/unman/shaker.git
synced 2025-01-14 08:49:37 -05:00
Multimedia - reduce (properly) timeout-idle
This commit is contained in:
parent
ad3e821c6f
commit
37b5e8900f
@ -127,5 +127,5 @@ apt-get clean:
|
||||
trim_idleness:
|
||||
file.replace:
|
||||
- name: /usr/lib/python3/dist-packages/qubesidle/idleness_monitor.py
|
||||
- pattern: TIMEOUT_SECONDS = 15 * 60
|
||||
- repl: TIMEOUT_SECONDS = 3 * 60
|
||||
- pattern: TIMEOUT_SECONDS = 15
|
||||
- repl: TIMEOUT_SECONDS = 3
|
||||
|
Loading…
Reference in New Issue
Block a user