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 fe34580 commit f5f3b0cCopy full SHA for f5f3b0c
src/lib/browser/BrowserController.js
@@ -14,7 +14,7 @@ const INACTIVITY_TIMEOUT = 7 * 1000 // 7 seconds
14
const MAX_BACKOFF_INTERVAL = 1000 * 60 * 60 // 1 hour
15
const DEFAULT_SYNC_INTERVAL = 15 // 15 minutes
16
const STALE_SYNC_TIME = 1000 * 60 * 60 * 24 * 2 // two days
17
-const INTERVENTION_INTERVAL = 1000 * 60 * 60 * 24 * 91 // 91 days
+const INTERVENTION_INTERVAL = 1000 * 60 * 60 * 24 * 182 // 182 days
18
19
class AlarmManager {
20
constructor(ctl) {
0 commit comments