Skip to content

Commit

Permalink
last commit bits
Browse files Browse the repository at this point in the history
  • Loading branch information
andrefs committed Jul 27, 2023
1 parent ce4f85a commit 0d3d1db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/manager/lib/Manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,7 @@ export default class Manager {
log.debug(
`Getting ${workerAvail.robotsCheck.capacity} robotsCheck jobs for ${workerId}`
);
console.warn('XXXXXXXXXXX calling domainsToCheck2');
for await (const check of Domain.domainsToCheck2(
for await (const check of Domain.domainsToCheck(
workerId,
workerAvail.robotsCheck.capacity
)) {
Expand Down

0 comments on commit 0d3d1db

Please sign in to comment.