mirror of https://gitee.com/bigwinds/arangodb
RAFT auto-timing warnings
This commit is contained in:
parent
a820bb3661
commit
a538ace158
|
@ -365,7 +365,7 @@ bool Inception::estimateRAFTInterval() {
|
|||
|
||||
}
|
||||
|
||||
if (! _ping.empty()) {
|
||||
if (! _pings.empty()) {
|
||||
|
||||
double sum, mean = 0., sq_sum, stdev = 0., mx = 0., mn = 0.;
|
||||
|
||||
|
|
Loading…
Reference in New Issue