add small sleep to slow scanning

master
lza_menace 2 years ago
parent 23c08799ed
commit f33fc332c2

@ -111,6 +111,8 @@ class Scrape extends Collection {
console.log(`[ ${(new Date()).toISOString()} ][ ${this.contractName} ] [ waiting ]\n`)
await sleep(900);
}
await sleep(1);
}
}

Loading…
Cancel
Save