Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
carneiro-cw committed May 31, 2024
1 parent f521390 commit 373d261
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/bin/importer_online.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ const PARALLEL_RECEIPTS: usize = 100;
/// Timeout awaiting for newHeads event before fallback to polling.
const TIMEOUT_NEW_HEADS: Duration = Duration::from_millis(2000);

/// Interval before we check again if we are behind the external rpc current block number.
const INTERVAL_CATCH_UP: Duration = Duration::from_millis(20);

/// Interval before we starting retrieving receipts because they are not immediately available after the block is retrieved.
const INTERVAL_FETCH_RECEIPTS: Duration = Duration::from_millis(50);

Expand Down

0 comments on commit 373d261

Please sign in to comment.