mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-24 21:34:01 +03:00
F #1927: Changed oned.conf with new Raft attribute
This commit is contained in:
parent
b5700eb6d1
commit
df32eacc8f
@ -120,6 +120,7 @@ VNC_PORTS = [
|
||||
#
|
||||
#
|
||||
# RAFT: Algorithm attributes
|
||||
# LIMIT_PURGE: Number of logs that will be deleted on each purge.
|
||||
# LOG_RETENTION: Number of DB log records kept, it determines the
|
||||
# synchronization window across servers and extra storage space needed.
|
||||
# LOG_PURGE_TIMEOUT: How often applied records are purged according the log
|
||||
@ -155,6 +156,7 @@ FEDERATION = [
|
||||
]
|
||||
|
||||
RAFT = [
|
||||
LIMIT_PURGE = 1000,
|
||||
LOG_RETENTION = 500000,
|
||||
LOG_PURGE_TIMEOUT = 600,
|
||||
ELECTION_TIMEOUT_MS = 2500,
|
||||
|
Loading…
Reference in New Issue
Block a user