diff --git a/build-lists.js b/build-lists.js index 25c10cb..1409dd3 100644 --- a/build-lists.js +++ b/build-lists.js @@ -194,7 +194,7 @@ class BuildLists { saveApiEndpoints = async function ( listOptions ) { await PromisePool - .withConcurrency(100) + .withConcurrency(1000) .for( Array.from( this.lists[listOptions.name] ) ) .process(async ( listEntry, index, pool ) => { // console.log('listEntry', listEntry)