mirror of
https://github.com/qeeqbox/social-analyzer.git
synced 2026-05-26 13:54:38 +00:00
[auto-b] fixed python & NodeJS CLI --websites "all" - ref 542d0eaf
This commit is contained in:
+1
-1
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user