Skip to content

Commit

Permalink
Adjust default settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurshsmith committed Mar 10, 2024
1 parent 50ba50f commit 3811add
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chaindexing/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ impl<SharedState: Sync + Send + Clone> Config<SharedState> {
chains: HashMap::new(),
contracts: vec![],
min_confirmation_count: MinConfirmationCount::new(40),
blocks_per_batch: 10_000,
blocks_per_batch: 8_000,
handler_rate_ms: 4_000,
ingestion_rate_ms: 30_000,
ingestion_rate_ms: 20_000,
node_election_rate_ms: None,
reset_count: 0,
reset_queries: vec![],
Expand Down

0 comments on commit 3811add

Please sign in to comment.