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" : {},
|
"Problems" : {},
|
||||||
"UserVersion" : "\"1\"",
|
"UserVersion" : "\"1\"",
|
||||||
"ServerStates" : {},
|
"ServerStates" : {},
|
||||||
"HeartbeatIntervalMs" : "1000",
|
"HeartbeatIntervalMs" : "5000",
|
||||||
"Commands" : {}
|
"Commands" : {}
|
||||||
},
|
},
|
||||||
"Current" : {
|
"Current" : {
|
||||||
|
|
Loading…
Reference in New Issue