We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b31c7 commit d8b02bdCopy full SHA for d8b02bd
packages/qwik/src/core/preloader/queue.ts
@@ -170,8 +170,7 @@ export const adjustProbabilities = (
170
if (
171
// don't queue until we have initialized the preloader
172
base != null &&
173
- bundle.$state$ < BundleImportState_Preload &&
174
- bundle.$inverseProbability$ < config.$invPreloadProbability$
+ bundle.$state$ < BundleImportState_Preload
175
) {
176
if (bundle.$state$ === BundleImportState_None) {
177
bundle.$state$ = BundleImportState_Queued;
0 commit comments