mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-11 05:17:41 +03:00
F #2166: Added note on infinite timeouts for RAFT API calls
This commit is contained in:
parent
df5f765bf3
commit
8e0b6d7e8e
@ -128,7 +128,8 @@ VNC_PORTS = [
|
||||
# ELECTION_TIMEOUT_MS: Timeout to start a election process if no heartbeat
|
||||
# or log is received from leader.
|
||||
# BROADCAST_TIMEOUT_MS: How often heartbeats are sent to followers.
|
||||
# XMLRPC_TIMEOUT_MS: To timeout raft related API calls
|
||||
# XMLRPC_TIMEOUT_MS: To timeout raft related API calls. To set an infinite
|
||||
# timeout set this value to 0.
|
||||
#
|
||||
# RAFT_LEADER_HOOK: Executed when a server transits from follower->leader
|
||||
# The purpose of this hook is to configure the Virtual IP.
|
||||
|
Loading…
Reference in New Issue
Block a user