1
0
Fork 0

investigation into agency comm errors

This commit is contained in:
Kaveh Vahedipour 2016-12-28 11:45:57 +01:00
parent ce2b221615
commit 5db9ec52ec
1 changed files with 1 additions and 1 deletions

View File

@ -447,7 +447,7 @@ bool Inception::estimateRAFTInterval() {
double precision = 1.0e-2;
mn = precision *
std::ceil((1. / precision)*(.5 + precision * (maxmean + 3.*maxstdev)));
std::ceil((1. / precision)*(1.0 + precision * (maxmean + 3.*maxstdev)));
if (config.waitForSync()) {
mn *= 4.;
}