Set Concurrency to 1000

This commit is contained in:
Sam Carlton 2022-02-27 14:04:44 -06:00
parent 88d64f528e
commit 0b72c77324

View file

@ -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)