diff options
author | Dave Parks <davep@lindenlab.com> | 2012-04-20 00:58:55 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2012-04-20 00:58:55 -0500 |
commit | 5ef21ba6c5b0d6c8b5f201c7d2bede983504383c (patch) | |
tree | d829f19bc766771b1adb61409fbc946c47f64797 /indra/newview/llviewertexturelist.cpp | |
parent | d953cce3868cf53b3f84e1fdd97119c83d3dff7d (diff) |
MAINT-775 More edge case cleanup -- spinning child prims still break on deselect until the next LoD update
Diffstat (limited to 'indra/newview/llviewertexturelist.cpp')
-rw-r--r-- | indra/newview/llviewertexturelist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewertexturelist.cpp b/indra/newview/llviewertexturelist.cpp index a9275fbb29..c463b85913 100644 --- a/indra/newview/llviewertexturelist.cpp +++ b/indra/newview/llviewertexturelist.cpp @@ -680,7 +680,7 @@ void LLViewerTextureList::updateImagesDecodePriorities() // Flush formatted images using a lazy flush // const F32 LAZY_FLUSH_TIMEOUT = 30.f; // stop decoding - const F32 MAX_INACTIVE_TIME = 5.f; // actually delete + const F32 MAX_INACTIVE_TIME = 20.f; // actually delete S32 min_refs = 3; // 1 for mImageList, 1 for mUUIDMap, 1 for local reference S32 num_refs = imagep->getNumRefs(); |