diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2017-07-24 17:06:12 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2017-07-24 17:06:12 +0300 |
commit | 1a5fa01fb894d8e7da575d313fd5270fe4289ca7 (patch) | |
tree | f0981156312bb30b0435704907beb074fcce8325 /indra/llcorehttp/_httpoprequest.h | |
parent | 548b372af2cf871541e2d3ceb2ca84bd670dc27b (diff) |
MAINT-7495 Viewer retries too many time apon 504 from login.cgi
Diffstat (limited to 'indra/llcorehttp/_httpoprequest.h')
-rw-r--r-- | indra/llcorehttp/_httpoprequest.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcorehttp/_httpoprequest.h b/indra/llcorehttp/_httpoprequest.h index dbcc57d0fd..43d49324af 100644 --- a/indra/llcorehttp/_httpoprequest.h +++ b/indra/llcorehttp/_httpoprequest.h @@ -232,6 +232,8 @@ public: int mPolicy503Retries; HttpTime mPolicyRetryAt; int mPolicyRetryLimit; + HttpTime mPolicyMinRetryBackoff; // initial delay between retries (mcs) + HttpTime mPolicyMaxRetryBackoff; }; // end class HttpOpRequest |