adjust http write timeout

This commit is contained in:
Vito
2025-09-10 14:02:34 +02:00
parent 06460e2238
commit 7b593c586b

View File

@@ -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
};