//@line 57 "$SRCDIR/toolkit/components/backgroundtasks/defaults/backgroundtasks.js" // When the background update task has not witnessed a Firefox browsing profile // running for at least 14 days, throttle the task to not check for, download, // and apply updates. Note that this feature is disabled by default on ESR. //@line 64 "$SRCDIR/toolkit/components/backgroundtasks/defaults/backgroundtasks.js" pref("app.update.background.checkPolicy.throttleEnabled", true); //@line 66 "$SRCDIR/toolkit/components/backgroundtasks/defaults/backgroundtasks.js" pref("app.update.background.checkPolicy.throttleAfterDays", 14); // When throttled, limit the background update task to take any action, // including querying Remote Settings and Nimbus, to at most once in any 24 hour // period. pref("app.update.background.checkPolicy.throttleDebouncePeriodInHours", 24); PK