mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 18:45:52 +00:00
adjust http write timeout
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user