Fix polling error
This commit is contained in:
@@ -45,8 +45,8 @@ public:
|
||||
}
|
||||
|
||||
private:
|
||||
static constexpr int POLL_INTERVAL_MS = 2000;
|
||||
static constexpr int ERROR_POLL_INTERVAL_MS = 5000;
|
||||
static constexpr int POLL_INTERVAL_MS = 10000;
|
||||
static constexpr int ERROR_POLL_INTERVAL_MS = 20000;
|
||||
static constexpr int RESPONSE_TIMEOUT_MS = 1000;
|
||||
static constexpr int MAX_FAILURES_BEFORE_ERROR = 3;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user