Skip to content

Commit

Permalink
Prolong the maxmimum source replica selection timeout from 5s to 15s (#…
Browse files Browse the repository at this point in the history
…950)

to deal with larger blocks.
  • Loading branch information
toly-kournik committed Oct 17, 2020
1 parent ba28b33 commit cdddf43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ struct Config {
uint32_t refreshTimerMilli = 300; // ms
uint32_t checkpointSummariesRetransmissionTimeoutMilli = 2500; // ms
uint32_t maxAcceptableMsgDelayMilli = 60000; // 1 minute
uint32_t sourceReplicaReplacementTimeoutMilli = 5000; // 5 seconds
uint32_t sourceReplicaReplacementTimeoutMilli = 15000; // 15 seconds
uint32_t fetchRetransmissionTimeoutMilli = 250; // ms
std::chrono::seconds metricsDumpIntervalSeconds; // sec
};
Expand Down

0 comments on commit cdddf43

Please sign in to comment.