Skip to content

Commit cdddf43

Browse files
authored
Prolong the maxmimum source replica selection timeout from 5s to 15s (#950)
to deal with larger blocks.
1 parent ba28b33 commit cdddf43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bftengine/include/bcstatetransfer/SimpleBCStateTransfer.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ struct Config {
123123
uint32_t refreshTimerMilli = 300; // ms
124124
uint32_t checkpointSummariesRetransmissionTimeoutMilli = 2500; // ms
125125
uint32_t maxAcceptableMsgDelayMilli = 60000; // 1 minute
126-
uint32_t sourceReplicaReplacementTimeoutMilli = 5000; // 5 seconds
126+
uint32_t sourceReplicaReplacementTimeoutMilli = 15000; // 15 seconds
127127
uint32_t fetchRetransmissionTimeoutMilli = 250; // ms
128128
std::chrono::seconds metricsDumpIntervalSeconds; // sec
129129
};

0 commit comments

Comments
 (0)