mirror of https://gitee.com/bigwinds/arangodb
less high frequent gossipping
This commit is contained in:
parent
8b99d8995a
commit
134eed9c99
|
@ -99,7 +99,7 @@ void Inception::gossip() {
|
|||
}
|
||||
|
||||
// don't panic
|
||||
_cv.wait(100000);
|
||||
_cv.wait(500000);
|
||||
|
||||
// Timed out? :(
|
||||
if ((std::chrono::system_clock::now() - s) > timeout) {
|
||||
|
|
Loading…
Reference in New Issue