diff --git a/build-lists.js b/build-lists.js index ce01a4e..c298bba 100644 --- a/build-lists.js +++ b/build-lists.js @@ -245,6 +245,11 @@ class BuildLists { const poolSize = 1000 + // Store app bundles to memory + await this.getSavedAppBundles({ + keepBundlesInMemory: true + }) + const { errors } = await PromisePool .withConcurrency( poolSize ) .for( Array.from( this.lists[listOptions.name] ) )