Skip to content

Commit

Permalink
fix(gathering): test to reduce block range
Browse files Browse the repository at this point in the history
  • Loading branch information
kwiss committed Apr 1, 2024
1 parent 47d0971 commit ae2a76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/katana/core/src/service/messaging/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ impl MessagingService {
) -> MessengerResult<(u64, usize)> {
// 200 avoids any possible rejection from RPC with possibly lot's of messages.
// TODO: May this be configurable?
let max_block = 200;
let max_block = 20;

match messenger.as_ref() {
MessengerMode::Ethereum(inner) => {
Expand Down

0 comments on commit ae2a76c

Please sign in to comment.