Skip to content

Commit

Permalink
SPIN-126 // Reset the delay for the delayed script to the initial 3 s…
Browse files Browse the repository at this point in the history
…econds
  • Loading branch information
MVogge committed Dec 12, 2023
1 parent 420534a commit 54d1dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ async function loadLazy(doc) {
*/
function loadDelayed() {
// eslint-disable-next-line import/no-cycle
window.setTimeout(() => import('./delayed.js'), 2000);
window.setTimeout(() => import('./delayed.js'), 3000);
// load anything that can be postponed to the latest here
}

Expand Down

0 comments on commit 54d1dda

Please sign in to comment.