mirror of https://gitee.com/bigwinds/arangodb
minor
This commit is contained in:
parent
adcab701b3
commit
df4dabc019
|
@ -502,7 +502,7 @@ void Agent::run() {
|
|||
|
||||
// Leader working only
|
||||
if (leading()) {
|
||||
_appendCV.wait(1000);
|
||||
_appendCV.wait(10000);
|
||||
|
||||
// Append entries to followers
|
||||
sendAppendEntriesRPC();
|
||||
|
|
|
@ -46,8 +46,8 @@ fi
|
|||
|
||||
SECONDARIES="$5"
|
||||
|
||||
MINP=1.0
|
||||
MAXP=2.0
|
||||
MINP=0.5
|
||||
MAXP=2.5
|
||||
SFRE=5.0
|
||||
COMP=1000
|
||||
BASE=4001
|
||||
|
|
Loading…
Reference in New Issue