mirror of https://gitee.com/bigwinds/arangodb
to rapid firing in sendAppendEntries
This commit is contained in:
parent
3a0e719a12
commit
c8be37f980
|
@ -1029,7 +1029,7 @@ void Agent::run() {
|
|||
sendAppendEntriesRPC();
|
||||
|
||||
// Don't panic
|
||||
_appendCV.wait(10);
|
||||
_appendCV.wait(1.0e-1*_config.minPing());
|
||||
|
||||
// Detect faulty agent and replace
|
||||
// if possible and only if not already activating
|
||||
|
|
Loading…
Reference in New Issue