Skip to content

Commit d9c373b

Browse files
author
Alexandre jublot
committed
fix: changed udp timeout from 150ms to 500ms
1 parent 4de2ff6 commit d9c373b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/polymorph/network/types.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ namespace polymorph::network
2424

2525
using AuthorizationKey = std::array<std::uint8_t, 16>;
2626

27-
constexpr std::chrono::milliseconds DEFAULT_UDP_TIMEOUT = std::chrono::milliseconds(150);
27+
constexpr std::chrono::milliseconds DEFAULT_UDP_TIMEOUT = std::chrono::milliseconds(500);
2828

2929
constexpr std::uint8_t DEFAULT_UDP_RETRIES = 10;
3030

0 commit comments

Comments
 (0)