Skip to content

Commit

Permalink
update retry delay waiting time
Browse files Browse the repository at this point in the history
  • Loading branch information
perfogic committed Oct 3, 2024
1 parent 14acbbb commit c31337f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/orchestrator/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const RELAY_HEADER_BATCH_SIZE = 250;
export const SCAN_MEMPOOL_CHUNK_SIZE = 1000;
export const SCAN_MEMPOOL_CHUNK_DELAY = 1000; // 1 second
export const RELAY_DEPOSIT_BLOCKS_SIZE = 200; // 10 blocks
export const RETRY_DELAY = 500; // 0.5 second
export const RETRY_DELAY = 1000; // 1 second
export const ITERATION_DELAY = {
RELAY_HEADER: 2000,
RELAY_DEPOSIT: 3000,
Expand Down

0 comments on commit c31337f

Please sign in to comment.