Skip to content

Commit

Permalink
chore: Update the default blockDelay to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
jsanmigimeno committed Apr 23, 2024
1 parent 19e4d36 commit c089559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/monitor/monitor.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { tryErrorToString } from 'src/common/utils';
import { ChainConfig } from 'src/config/config.types';

export const DEFAULT_MONITOR_INTERVAL = 5000;
export const DEFAULT_MONITOR_BLOCK_DELAY = 0;
export const DEFAULT_MONITOR_BLOCK_DELAY = 1;


interface DefaultMonitorWorkerData {
Expand Down

0 comments on commit c089559

Please sign in to comment.