Skip to content

Commit

Permalink
Merge pull request #265 from ralexstokes/boost/raise-payload-timeout
Browse files Browse the repository at this point in the history
boost: increase get payload timeout to 4s
  • Loading branch information
ralexstokes authored May 14, 2024
2 parents 24b723d + 5761531 commit f17cb87
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
Expand Up @@ -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 {
Expand Down

0 comments on commit f17cb87

Please sign in to comment.