[auto-b] fixed python & NodeJS CLI --websites "all" - ref 542d0eaf

This commit is contained in:
G
2021-01-11 12:04:20 -08:00
committed by GitHub
parent 4ac08da5a9
commit 26fed44efb
+1 -1
View File
@@ -19,7 +19,7 @@ async function find_username_normal(req) {
functions.push(find_username_site.bind(null, req.body.uuid, req.body.string, req.body.option, site));
}
});
const results = await async.parallelLimit(functions, 100);
const results = await async.parallelLimit(functions, 25);
helper.verbose && console.log(`Total time ${new Date() - time}`);
return results.filter(item => item !== undefined)
}