summaryrefslogtreecommitdiff
path: root/indra/newview/llviewertexture.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-04-15 15:12:22 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-04-15 15:12:22 -0400
commit5976dc144e774ae363cbf774337ccf663015cc6d (patch)
tree6ff82a3805ef02afc2eed43a0c77d1b2b8251243 /indra/newview/llviewertexture.cpp
parentbb237ce15f0a7bc4a3fbffc45b1e4548fd1d2f81 (diff)
SH-4061 WIP - simulated failures/image fetch retries
Diffstat (limited to 'indra/newview/llviewertexture.cpp')
-rwxr-xr-xindra/newview/llviewertexture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewertexture.cpp b/indra/newview/llviewertexture.cpp
index 5f4c66a04c..8f7c8e40b7 100755
--- a/indra/newview/llviewertexture.cpp
+++ b/indra/newview/llviewertexture.cpp
@@ -1826,7 +1826,7 @@ bool LLViewerFetchedTexture::updateFetch()
// We finished but received no data
if (current_discard < 0)
{
- const S32 MAX_FETCH_FAILURE = 3;
+ const S32 MAX_FETCH_FAILURE = 1;
mFetchFailureCount++;
if (getFTType() != FTT_MAP_TILE)
{