From 0158c89b21ad6764866bb2770491a91c3516f362 Mon Sep 17 00:00:00 2001 From: Vijay Raghavan Aravamudhan Date: Fri, 23 Jul 2021 17:48:50 +0000 Subject: Added a 'wakeUpStrategy' that the user can control to wake up a previously hibernated service (#1680) --- src/environment.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/environment.js') diff --git a/src/environment.js b/src/environment.js index 6a126e0c6..a6ad75820 100644 --- a/src/environment.js +++ b/src/environment.js @@ -133,7 +133,8 @@ export const DEFAULT_APP_SETTINGS = { scheduledDNDStart: '17:00', scheduledDNDEnd: '09:00', hibernateOnStartup: true, - hibernationStrategy: 300, + hibernationStrategy: '300', // seconds + wakeUpStrategy: '300', // seconds inactivityLock: 0, automaticUpdates: true, showServiceNavigationBar: false, -- cgit v1.2.3-70-g09d2