diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-04-12 09:16:25 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-04-12 09:16:25 -0400 |
commit | a8cdcfc9a893b7debf7c006022b57c389b50bf0d (patch) | |
tree | 95930cdb0ab0249b6666c57dc94857fa4dfaf403 /indra/newview/lltexturefetch.h | |
parent | e17920defbf1d39ecd9e88500ba268c59bb84008 (diff) |
SH-4061 WIP - moved retry policy to newview so it can work with either llmessage or CoreHttp libraries. Updated tests.
Diffstat (limited to 'indra/newview/lltexturefetch.h')
-rwxr-xr-x | indra/newview/lltexturefetch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltexturefetch.h b/indra/newview/lltexturefetch.h index c6bd342a7b..12226d51c8 100755 --- a/indra/newview/lltexturefetch.h +++ b/indra/newview/lltexturefetch.h @@ -397,7 +397,7 @@ private: e_tex_source mOriginFetchSource; // Retry logic - LLAdaptiveRetryPolicy mFetchRetryPolicy; + //LLAdaptiveRetryPolicy mFetchRetryPolicy; public: //debug use |