diff options
| author | Mike Antipov <mantipov@productengine.com> | 2010-06-03 12:53:54 +0300 |
|---|---|---|
| committer | Mike Antipov <mantipov@productengine.com> | 2010-06-03 12:53:54 +0300 |
| commit | b52527de3a74698b90e40217b32324cbd5205d6b (patch) | |
| tree | 378ec4888210d4c5354076d1a6cba5784a9f5234 /indra/newview/llinventoryobserver.cpp | |
| parent | 5c263cdc64507cfa1f0f88712b45332894aab09e (diff) | |
| parent | 5459e26392e3b3b80c0bf8bbc930d0a93ee8e214 (diff) | |
merge
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llinventoryobserver.cpp')
| -rw-r--r-- | indra/newview/llinventoryobserver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventoryobserver.cpp b/indra/newview/llinventoryobserver.cpp index 8557548887..d2b402fe14 100644 --- a/indra/newview/llinventoryobserver.cpp +++ b/indra/newview/llinventoryobserver.cpp @@ -68,7 +68,7 @@ // you're fetching an item and a notification gets triggered because // you renamed some other item). This counter is to specify how many // notification to wait for before giving up. -static const U32 MAX_NUM_NOTIFICATIONS_TO_PROCESS = 20; +static const U32 MAX_NUM_NOTIFICATIONS_TO_PROCESS = 127; LLInventoryObserver::LLInventoryObserver() { |
