summaryrefslogtreecommitdiff
path: root/indra/llcorehttp
diff options
context:
space:
mode:
authorMonty Brandenberg <monty@lindenlab.com>2013-09-11 18:00:55 -0400
committerMonty Brandenberg <monty@lindenlab.com>2013-09-11 18:00:55 -0400
commit2e8e40cf7974a4ab6ca13d264104dbb8b80419b7 (patch)
tree49c7a0fb5ad0c951e3707d1f8c52031b5ee78fd2 /indra/llcorehttp
parent6a1f91fa3e0f82ad58fd13add8a093d88eff2c70 (diff)
SH-4489 New debug/dev settings for control over new mesh behavior
Added 'MeshUseGetMesh1' and 'MeshUseHttpRetryAfter' debug settings to control mesh transport behavior. First forces the use of the legacy mesh fetch style with high concurrency and connection churn. The second, on by default, honors Retry-After values if they are reasonable. If off or unreasonable, internal delay times are used.
Diffstat (limited to 'indra/llcorehttp')
-rwxr-xr-xindra/llcorehttp/httpoptions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcorehttp/httpoptions.h b/indra/llcorehttp/httpoptions.h
index f49a3555aa..4ab5ff18c4 100755
--- a/indra/llcorehttp/httpoptions.h
+++ b/indra/llcorehttp/httpoptions.h
@@ -103,7 +103,7 @@ public:
return mRetries;
}
- // Default: false
+ // Default: true
void setUseRetryAfter(bool use_retry);
bool getUseRetryAfter() const
{