Force single texture cache clear
This commit is contained in:
@@ -885,7 +885,7 @@ BOOL LLTextureCache::isInLocal(const LLUUID& id)
|
|||||||
|
|
||||||
//static
|
//static
|
||||||
const S32 MAX_REASONABLE_FILE_SIZE = 512*1024*1024; // 512 MB
|
const S32 MAX_REASONABLE_FILE_SIZE = 512*1024*1024; // 512 MB
|
||||||
F32 LLTextureCache::sHeaderCacheVersion = 1.4f;
|
F32 LLTextureCache::sHeaderCacheVersion = 1.5f;
|
||||||
U32 LLTextureCache::sCacheMaxEntries = MAX_REASONABLE_FILE_SIZE / TEXTURE_CACHE_ENTRY_SIZE;
|
U32 LLTextureCache::sCacheMaxEntries = MAX_REASONABLE_FILE_SIZE / TEXTURE_CACHE_ENTRY_SIZE;
|
||||||
S64 LLTextureCache::sCacheMaxTexturesSize = 0; // no limit
|
S64 LLTextureCache::sCacheMaxTexturesSize = 0; // no limit
|
||||||
const char* entries_filename = "texture.entries";
|
const char* entries_filename = "texture.entries";
|
||||||
|
|||||||
Reference in New Issue
Block a user