Skip to content

Commit

Permalink
re-add small delay
Browse files Browse the repository at this point in the history
  • Loading branch information
shsteimer committed Jan 28, 2025
1 parent 006a721 commit a50dbd5
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 @@ -151,7 +151,7 @@ async function loadLazy(doc) {
* without impacting the user experience.
*/
function loadDelayed() {
scheduleTask(async () => import('./delayed.js'), { priority: 'background' });
scheduleTask(async () => import('./delayed.js'), { priority: 'background', delay: 1000 });
// load anything that can be postponed to the latest here
}

Expand Down

0 comments on commit a50dbd5

Please sign in to comment.