cowsql / raft

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

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

Closed freeekanayaka closed 9 months ago

freeekanayaka commented 9 months ago

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