1
0
Fork 0
This commit is contained in:
Kaveh Vahedipour 2016-09-08 15:27:27 +02:00
parent adcab701b3
commit df4dabc019
2 changed files with 3 additions and 3 deletions

View File

@ -502,7 +502,7 @@ void Agent::run() {
// Leader working only
if (leading()) {
_appendCV.wait(1000);
_appendCV.wait(10000);
// Append entries to followers
sendAppendEntriesRPC();

View File

@ -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