cowsql / raft

Asynchronous C implementation of the Raft consensus protocol
https://raft.readthedocs.io
Other
45 stars 6 forks source link

replication: Turn max parameter of sendAppendEntries() into a bool #147

Closed freeekanayaka closed 7 months ago

freeekanayaka commented 7 months ago

We only need to know whether to send a heartbeat or not.