Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoffranca committed Dec 17, 2024
1 parent 3c03690 commit 41229b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/node/consensus/src/testonly.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ fn make_config(
public_addr: config::Host(cfg.public_addr.0.clone()),
max_payload_size: usize::MAX,
max_batch_size: usize::MAX,
view_timeout: usize::MAX,
view_timeout: time::Duration::milliseconds(usize::MAX),
gossip_dynamic_inbound_limit: cfg.gossip.dynamic_inbound_limit,
gossip_static_inbound: cfg
.gossip
Expand Down

0 comments on commit 41229b7

Please sign in to comment.