Skip to content
Snippets Groups Projects
Commit bead388f authored by Yaroslav Dynnikov's avatar Yaroslav Dynnikov Committed by Yaroslav Dynnikov
Browse files

proc_api.md: correct proc_raft_info

parent 78bdf2fc
No related branches found
No related tags found
1 merge request!313More proc api
Pipeline #33781 passed
......@@ -118,7 +118,7 @@ fn proc_raft_info()
- `applied`: (MP_INT) текущий примененный индекс raft-журнала
- `leader_id`: (MP_INT) `raft_id` лидера или `0` если в текущем
терме его нет
- `raft_state` (MP_STR)
- `state` (MP_STR)
<br>возможные значения: `Follower`, `Candidate`, `Leader`, `PreCandidate`
---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment