Skip to content

Commit a50dbd5

Browse files
committed
re-add small delay
1 parent 006a721 commit a50dbd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/scripts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ async function loadLazy(doc) {
151151
* without impacting the user experience.
152152
*/
153153
function loadDelayed() {
154-
scheduleTask(async () => import('./delayed.js'), { priority: 'background' });
154+
scheduleTask(async () => import('./delayed.js'), { priority: 'background', delay: 1000 });
155155
// load anything that can be postponed to the latest here
156156
}
157157

0 commit comments

Comments
 (0)