Skip to content

Commit 2a54418

Browse files
committed
Increase sleep delay when resolving domain owners
1 parent 6f6058f commit 2a54418

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/resolve-anyone-domain-owners.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ async function resolveAnyoneDomainOwners() {
2828

2929
// Batch the requests to avoid rate limiting
3030
const batchSize = 10 // Conservative batch size for Infura API
31-
const delayBetweenBatches = 1000 // 1 second delay between batches
31+
const delayBetweenBatches = 2000 // 2 seconds delay between batches
3232
const tokenOwnersByTokenId: Record<string, string> = {}
3333

3434
for (let i = 0; i < anyoneDomains.length; i += batchSize) {

0 commit comments

Comments
 (0)