Skip to content
Snippets Groups Projects
Commit 369d523d authored by Adriana Szekeres's avatar Adriana Szekeres
Browse files

Fixed computation of fast quorum

parent 2d7aec71
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,7 @@ IRClient::InvokeConsensus(const string &request,
std::move(timer),
std::move(transition_to_slow_path_timer),
config.QuorumSize(),
config.QuorumSize() + ceil(0.5 * config.QuorumSize()),
config.FastQuorumSize(),
decide,
error_continuation);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment