Skip to content

Commit

Permalink
Reduce default Max Tx to 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
Ktl-XV authored Oct 24, 2023
1 parent f1d0b5b commit f73c802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const DEFAULT_LOCAL_POSTGRES_URI = 'postgresql://user:password@localhost/
export const DEFAULT_MAX_BLOCKS_REORG = 35;
export const DEFAULT_MAX_BLOCKS_TO_PULL = 120;
export const DEFAULT_MAX_BLOCKS_TO_SEARCH = 120;
export const DEFAULT_MAX_TX_TO_PULL = 2000;
export const DEFAULT_MAX_TX_TO_PULL = 1000;
export const DEFAULT_BLOCK_FINALITY_THRESHOLD = 10;
export const DEFAULT_MINUTES_BETWEEN_RUNS = 3;
export const DEFAULT_STAKING_POOLS_JSON_URL =
Expand Down

0 comments on commit f73c802

Please sign in to comment.