summaryrefslogtreecommitdiff
path: root/indra/newview/llinventoryobserver.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-09-14 20:58:42 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-09-14 20:58:42 +0300
commitb09c19d27ceb2a3695cd688b1ccffcb3084f0e46 (patch)
treef6667201d0573aaca85782938987b7f362213c46 /indra/newview/llinventoryobserver.h
parentfa47e4402b7925a45c5fec9fb9d92fb5e34a589e (diff)
SL-20285 Updated individual request count declaration
Diffstat (limited to 'indra/newview/llinventoryobserver.h')
-rw-r--r--indra/newview/llinventoryobserver.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llinventoryobserver.h b/indra/newview/llinventoryobserver.h
index 93109a70ac..bec08d2cdf 100644
--- a/indra/newview/llinventoryobserver.h
+++ b/indra/newview/llinventoryobserver.h
@@ -104,6 +104,9 @@ public:
/*virtual*/ void startFetch();
/*virtual*/ void changed(U32 mask);
+
+ // For attempts to group requests if too many items are requested
+ static const S32 MAX_INDIVIDUAL_ITEM_REQUESTS;
private:
LLTimer mFetchingPeriod;