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 8, 2023
1 parent 5950a9c commit 137577e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension-manifest-v3/src/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 137577e

Please sign in to comment.