mirror of https://gitee.com/bigwinds/arangodb
Set heartbeat interval to 5s.
This commit is contained in:
parent
8feb663890
commit
c88f280e2b
|
@ -6,7 +6,7 @@ var agencyData = {
|
|||
"Problems" : {},
|
||||
"UserVersion" : "\"1\"",
|
||||
"ServerStates" : {},
|
||||
"HeartbeatIntervalMs" : "1000",
|
||||
"HeartbeatIntervalMs" : "5000",
|
||||
"Commands" : {}
|
||||
},
|
||||
"Current" : {
|
||||
|
|
Loading…
Reference in New Issue