aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-04-18 09:31:59 +0200
committerLibravatar GitHub <noreply@github.com>2020-04-18 09:31:59 +0200
commitc579c6bbac7390115970d65109a1d1d4f500d920 (patch)
tree4b5b449cd3e04fb830ec299b3028fbfe4dc20c97 /src/config.js
parentAdd 5.5.0-gm and 5.5.0 changelog (#574) (diff)
downloadferdium-app-c579c6bbac7390115970d65109a1d1d4f500d920.tar.gz
ferdium-app-c579c6bbac7390115970d65109a1d1d4f500d920.tar.zst
ferdium-app-c579c6bbac7390115970d65109a1d1d4f500d920.zip
#577 Keep services in hibernation at startup (#584)
* Add setting to hibernate on startup * Implement service hibernation on startup * Fix lint * Clarify comment
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.js b/src/config.js
index 45b840b0a..2467ab706 100644
--- a/src/config.js
+++ b/src/config.js
@@ -118,6 +118,7 @@ export const DEFAULT_APP_SETTINGS = {
118 scheduledDNDStart: '17:00', 118 scheduledDNDStart: '17:00',
119 scheduledDNDEnd: '09:00', 119 scheduledDNDEnd: '09:00',
120 hibernate: false, 120 hibernate: false,
121 hibernateOnStartup: true,
121 hibernationStrategy: 300, 122 hibernationStrategy: 300,
122 inactivityLock: 0, 123 inactivityLock: 0,
123 automaticUpdates: true, 124 automaticUpdates: true,