mirror of
https://github.com/XRPLF/clio.git
synced 2026-08-23 05:30:51 +00:00
fix: Introduce retry for transient errors from DB (#3167)
This commit is contained in:
@@ -75,7 +75,7 @@ private:
|
||||
util::StopHelper stopHelper_;
|
||||
|
||||
static constexpr std::chrono::seconds kWsTimeout{30};
|
||||
static constexpr std::chrono::seconds kRetryMaxDelay{30};
|
||||
static constexpr std::chrono::seconds kMaxRetryDelay{30};
|
||||
static constexpr std::chrono::seconds kRetryDelay{1};
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user