diff options
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/llviewerregion.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerregion.cpp b/indra/newview/llviewerregion.cpp index b847f4d04c..41c97818dc 100644 --- a/indra/newview/llviewerregion.cpp +++ b/indra/newview/llviewerregion.cpp @@ -163,7 +163,7 @@ LLViewerRegion::LLViewerRegion(const U64 &handle, mRegionFlags( REGION_FLAGS_DEFAULT ), mSimAccess( SIM_ACCESS_MIN ), mBillableFactor(1.0), - mMaxTasks(MAX_TASKS_PER_REGION), + mMaxTasks(DEFAULT_MAX_REGION_WIDE_PRIM_COUNT), mCacheLoaded(FALSE), mCacheEntriesCount(0), mCacheID(), |
