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
|
// Leader working only
|
||||||
if (leading()) {
|
if (leading()) {
|
||||||
_appendCV.wait(1000);
|
_appendCV.wait(10000);
|
||||||
|
|
||||||
// Append entries to followers
|
// Append entries to followers
|
||||||
sendAppendEntriesRPC();
|
sendAppendEntriesRPC();
|
||||||
|
|
|
@ -46,8 +46,8 @@ fi
|
||||||
|
|
||||||
SECONDARIES="$5"
|
SECONDARIES="$5"
|
||||||
|
|
||||||
MINP=1.0
|
MINP=0.5
|
||||||
MAXP=2.0
|
MAXP=2.5
|
||||||
SFRE=5.0
|
SFRE=5.0
|
||||||
COMP=1000
|
COMP=1000
|
||||||
BASE=4001
|
BASE=4001
|
||||||
|
|
Loading…
Reference in New Issue