mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Set Concurrency to 1000
This commit is contained in:
parent
88d64f528e
commit
0b72c77324
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue