Skip to content

Commit

Permalink
Set batch size to 100 (#3906)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz authored Mar 24, 2021
1 parent 4034d71 commit 80370cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const EXCLUDED_ASSETS = [
'17da00cc-4901-5e04-87e0-f7e3cf9b382a'
];

export const ETH_SCAN_BATCH_SIZE = 150;
export const ETH_SCAN_BATCH_SIZE = 100;

export const DEFAULT_NUM_OF_ACCOUNTS_TO_SCAN = 5;
export const DEFAULT_GAP_TO_SCAN_FOR = 5;
Expand Down

0 comments on commit 80370cf

Please sign in to comment.