Skip to content

Commit

Permalink
boost: increase get payload timeout to 4s
Browse files Browse the repository at this point in the history
ralexstokes committed May 14, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 24b723d commit 5761531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mev-boost-rs/src/relay_mux.rs
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ const VALIDATOR_REGISTRATION_TIME_OUT_SECS: u64 = 4;
// Give relays this amount of time in seconds to return bids.
const FETCH_BEST_BID_TIME_OUT_SECS: u64 = 1;
// Give relays this amount of time in seconds to respond with a payload.
const FETCH_PAYLOAD_TIME_OUT_SECS: u64 = 1;
const FETCH_PAYLOAD_TIME_OUT_SECS: u64 = 4;

#[derive(Debug)]
struct AuctionContext {

0 comments on commit 5761531

Please sign in to comment.