summaryrefslogtreecommitdiff
path: root/indra/newview/llinventoryobserver.cpp
diff options
context:
space:
mode:
authorMike Antipov <mantipov@productengine.com>2010-06-03 12:53:54 +0300
committerMike Antipov <mantipov@productengine.com>2010-06-03 12:53:54 +0300
commitb52527de3a74698b90e40217b32324cbd5205d6b (patch)
tree378ec4888210d4c5354076d1a6cba5784a9f5234 /indra/newview/llinventoryobserver.cpp
parent5c263cdc64507cfa1f0f88712b45332894aab09e (diff)
parent5459e26392e3b3b80c0bf8bbc930d0a93ee8e214 (diff)
merge
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llinventoryobserver.cpp')
-rw-r--r--indra/newview/llinventoryobserver.cpp2
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()
{