We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e116e86 commit 6ff0128Copy full SHA for 6ff0128
src/lib/browser/BrowserController.js
@@ -13,7 +13,7 @@ import * as Sentry from '@sentry/browser'
13
const INACTIVITY_TIMEOUT = 7 * 1000 // 7 seconds
14
const DEFAULT_SYNC_INTERVAL = 15 // 15 minutes
15
const STALE_SYNC_TIME = 1000 * 60 * 60 * 24 * 2 // two days
16
-const INTERVENTION_INTERVAL = 1000 * 60 * 60 * 25 * 75 // 75 days
+const INTERVENTION_INTERVAL = 1000 * 60 * 60 * 25 * 91 // 91 days
17
18
class AlarmManager {
19
constructor(ctl) {
0 commit comments