diff --git a/build-lists.js b/build-lists.js index 40a386e..9adb793 100644 --- a/build-lists.js +++ b/build-lists.js @@ -398,7 +398,7 @@ class BuildLists { const { errors } = await PromisePool .withConcurrency( poolSize ) - .for( this.getListArray( listOptions.name ) ) + .for( this.getListArrayMemoized( listOptions.name ) ) .process(async ( listEntry, index, pool ) => { // console.log('listEntry', listEntry)