mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-01-13 08:40:45 +08:00
chore: remove limit on amount of addresses tested
This commit is contained in:
@@ -18,10 +18,13 @@ async function main() {
|
||||
console.log(`Skipping check for placeholder: ${addr}`);
|
||||
}
|
||||
i++;
|
||||
// TODO: only checking 50 right now because Stacks 2.0 account queries are very slow.
|
||||
// Uncomment to limit the amount of address tested during dev.
|
||||
// The Stacks 2.0 account queries are very slow, several minutes per 100 account queries.
|
||||
/*
|
||||
if (i > 50) {
|
||||
break;
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
console.log('Starting Stacks 1.0 node...');
|
||||
|
||||
Reference in New Issue
Block a user