We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de2ff6 commit d9c373bCopy full SHA for d9c373b
1 file changed
include/polymorph/network/types.hpp
@@ -24,7 +24,7 @@ namespace polymorph::network
24
25
using AuthorizationKey = std::array<std::uint8_t, 16>;
26
27
- constexpr std::chrono::milliseconds DEFAULT_UDP_TIMEOUT = std::chrono::milliseconds(150);
+ constexpr std::chrono::milliseconds DEFAULT_UDP_TIMEOUT = std::chrono::milliseconds(500);
28
29
constexpr std::uint8_t DEFAULT_UDP_RETRIES = 10;
30
0 commit comments