We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a989222 commit 5800c2eCopy full SHA for 5800c2e
core/src/storage/device.py
@@ -379,10 +379,10 @@
379
if __debug__:
380
AUTOLOCK_DELAY_MINIMUM = AUTOSHUTDOWN_DELAY_MINIMUM = 10 * 1000 # 10 seconds
381
else:
382
- AUTOLOCK_DELAY_MINIMUM = 60 * 1000 # 1 minute
383
- AUTOSHUTDOWN_DELAY_MINIMUM = 30 * 1000 # 30 seconds
+ AUTOLOCK_DELAY_MINIMUM = 30 * 1000 # 30 seconds
+ AUTOSHUTDOWN_DELAY_MINIMUM = 60 * 1000 # 1 minute
384
385
-AUTOSHUTDOWN_DELAY_DEFAULT = 10 * 60 * 1000 # 10 minutes
+AUTOSHUTDOWN_DELAY_DEFAULT = 5 * 60 * 1000 # 5 minutes
386
AUTOLOCK_DELAY_DEFAULT = 60 * 1000 # 1 minute
387
# autolock intervals larger than AUTOLOCK_DELAY_MAXIMUM cause issues in the scheduler
388
# if __debug__:
0 commit comments