diff --git a/include/opendht/dht.h b/include/opendht/dht.h index 60fcff277ca549408e4f7c3411084ebb171feb0b..08e9cd8d0ebb4516e8fc71915ac496b908b40353 100644 --- a/include/opendht/dht.h +++ b/include/opendht/dht.h @@ -331,7 +331,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};