laptop-mode: set disk spinup interval to 20 seconds on battery, 5 seconds on AC

This commit is contained in:
nodiscc
2020-03-07 13:40:52 +01:00
parent 3964cc143d
commit ed20d9f7ec

View File

@@ -0,0 +1,6 @@
# Maximum time, in seconds, of work that you are prepared to lose when your
# system crashes or power runs out. This is the maximum time that Laptop Mode
# will keep unsaved data waiting in memory before spinning up your hard drive.
#
LM_BATT_MAX_LOST_WORK_SECONDS=20
LM_AC_MAX_LOST_WORK_SECONDS=5