Revert last commit

This commit is contained in:
Raycho Mukelov 2023-07-29 12:24:53 +03:00
parent 3601b6c899
commit e040b84722

View File

@ -78,7 +78,7 @@ type
msg_send_callback: RAFTMessageSendCallback msg_send_callback: RAFTMessageSendCallback
persistent_storage: RAFTNodePersistentStorage persistent_storage: RAFTNodePersistentStorage
# Node Persistent state # Persistent state
id: RAFTNodeId # This RAFT Node ID id: RAFTNodeId # This RAFT Node ID
state: RAFTNodeState # This RAFT Node State state: RAFTNodeState # This RAFT Node State
current_term: RAFTNodeTerm # Latest term this RAFT Node has seen (initialized to 0 on first boot, increases monotonically) current_term: RAFTNodeTerm # Latest term this RAFT Node has seen (initialized to 0 on first boot, increases monotonically)