1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-10 01:17:40 +03:00

F #2166: Added note on infinite timeouts for RAFT API calls

This commit is contained in:
Ruben S. Montero 2018-06-08 22:49:39 +02:00
parent df5f765bf3
commit 8e0b6d7e8e

View File

@ -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.