diff options
author | Don Kjer <don@lindenlab.com> | 2010-12-23 14:54:41 -0800 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2010-12-23 14:54:41 -0800 |
commit | 4aeb27232e6da5f2e00da8671e05bb5a8f277ba9 (patch) | |
tree | 1203b758e74ba24074ea80f866cbd6910bb7548f /indra/newview | |
parent | 0c0f3d8f5c36d1616113785f73f6404edfcb6d90 (diff) |
Bumping max object cache entries per region to 50k, from 20k (per conversation with maestro about attachments also being included in this set)
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llviewerregion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerregion.h b/indra/newview/llviewerregion.h index 782e48b716..dcefe87b69 100644 --- a/indra/newview/llviewerregion.h +++ b/indra/newview/llviewerregion.h @@ -50,7 +50,7 @@ // Surface id's #define LAND 1 #define WATER 2 -const U32 MAX_OBJECT_CACHE_ENTRIES = 20000; +const U32 MAX_OBJECT_CACHE_ENTRIES = 50000; class LLEventPoll; |