From 7b593c586b7bc13a598c4d2ed83df39e84474362 Mon Sep 17 00:00:00 2001 From: Vito <5780819+Tapanito@users.noreply.github.com> Date: Wed, 10 Sep 2025 14:02:34 +0200 Subject: [PATCH] adjust http write timeout --- src/xrpld/overlay/detail/ConnectAttempt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xrpld/overlay/detail/ConnectAttempt.h b/src/xrpld/overlay/detail/ConnectAttempt.h index 5e185bfd7e..20713daf47 100644 --- a/src/xrpld/overlay/detail/ConnectAttempt.h +++ b/src/xrpld/overlay/detail/ConnectAttempt.h @@ -105,7 +105,7 @@ private: static constexpr std::chrono::seconds tlsHandshake{ 8}; // SSL handshake timeout static constexpr std::chrono::seconds httpWrite{ - 2}; // HTTP write timeout + 3}; // HTTP write timeout static constexpr std::chrono::seconds httpRead{3}; // HTTP read timeout };