diff --git a/include/opendht/dht.h b/include/opendht/dht.h index 98a6c65e8fb121c6aa90f2d6767c03aa3952ee81..0d884cfb661b1385ae4e97ce871da0e165e02e66 100644 --- a/include/opendht/dht.h +++ b/include/opendht/dht.h @@ -344,7 +344,7 @@ private: /* Timeout for listen */ static constexpr std::chrono::seconds LISTEN_EXPIRE_TIME {30}; - static constexpr std::chrono::seconds REANNOUNCE_MARGIN {5}; + static constexpr std::chrono::seconds REANNOUNCE_MARGIN {10}; static constexpr size_t TOKEN_SIZE {64};