Multimedia - reduce (properly) timeout-idle

This commit is contained in:
unman 2022-05-25 15:18:50 +00:00
parent ad3e821c6f
commit 37b5e8900f
No known key found for this signature in database
GPG Key ID: FDD1B8244731B36C

View File

@ -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