Skip to content

Commit

Permalink
Merge pull request #65 from gridcoin-community/total-upgrade
Browse files Browse the repository at this point in the history
fix: increase blocks number to process all at once to 1500
  • Loading branch information
gridcat authored May 3, 2024
2 parents 60b9706 + ffd4ee3 commit 296b771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grc-stamp/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ nconf
isTesting: process.env.NODE_ENV === 'testing',
isProduction: process.env.NODE_ENV === 'production',
START_BLOCK: 1581500,
BLOCK_GROUPS: 500,
BLOCK_GROUPS: 1500,
// Run scraper once per minute by default
SCRAPER_TIMEOUT: 60000,
// SCRAPER_TIMEOUT: 10 * 1000,
Expand Down

0 comments on commit 296b771

Please sign in to comment.