fix intermintent hang on remote server disconnect
Some checks are pending
Blockstorage/repertory/pipeline/head Build queued...

This commit is contained in:
2025-09-20 20:53:17 -05:00
parent 8c31589e5d
commit 5cfa87df5d

View File

@@ -33,7 +33,7 @@
namespace { namespace {
namespace net = boost::asio; namespace net = boost::asio;
constexpr std::uint8_t max_attempts{3U}; constexpr std::uint8_t max_attempts{5U};
struct non_blocking_guard final { struct non_blocking_guard final {
net::ip::tcp::socket &sock; net::ip::tcp::socket &sock;