Skip to content

Commit

Permalink
Update sqlitecluster/SQLiteNode.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Alvarez <[email protected]>
  • Loading branch information
tylerkaraszewski and cead22 authored Dec 6, 2024
1 parent 8d3fad9 commit c86f799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlitecluster/SQLiteNode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2844,7 +2844,7 @@ void SQLiteNode::_dieIfForkedFromCluster() {
}
}

// Am *I* a permaFollower?
// Increase quorumNodeCount if *I* am not a permafollower
if (_originalPriority != 0) {
quorumNodeCount++;
}
Expand Down

0 comments on commit c86f799

Please sign in to comment.