Skip to content

Commit

Permalink
Match v8 update schedule to each hour
Browse files Browse the repository at this point in the history
  • Loading branch information
smalluban committed Nov 7, 2023
1 parent a2f4eb8 commit f3fc345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension-manifest-v3/src/background/utils/engines.js
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ export function get(name) {
}

const ALARM_PREFIX = 'engines:update:';
const ALARM_DELAY = 60 * 24; // 24 hours
const ALARM_DELAY = 60; // 1 hour

export async function init(name) {
// Schedule an alarm to update engines once a day
Expand Down

0 comments on commit f3fc345

Please sign in to comment.