1
0
Fork 0

less high frequent gossipping

This commit is contained in:
Kaveh Vahedipour 2016-11-02 11:39:23 +01:00
parent 8b99d8995a
commit 134eed9c99
1 changed files with 1 additions and 1 deletions

View File

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