6 lines
297 B
Plaintext
6 lines
297 B
Plaintext
# 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 |