Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
simbo1905 authored Jan 2, 2025
1 parent 210d90f commit ad2e949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ On leader election (p. 7):
This library implements leader failure detection by heartbeating `fixed` messages. Leader election is then by
random timeouts. The core algorithm is in a single class
`TrexNode` class. The timeout logic is in the `TrexEngine` class. This allows you to use a different
failure detection library if you like.
failure detection library if you wish.

When a node times out it attempts to run the leader takeover protocol:

Expand Down

0 comments on commit ad2e949

Please sign in to comment.