Skip to content

Commit

Permalink
fix: increase blocks number to process all at once to 1500
Browse files Browse the repository at this point in the history
  • Loading branch information
gridcat committed May 1, 2024
1 parent 766aae6 commit ffd4ee3
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 ffd4ee3

Please sign in to comment.