summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerinventory.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-04-11 23:12:32 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-04-12 00:39:48 +0300
commit5e59ab0ab77d91f9d855bd5a3fc0e5c691220f01 (patch)
treeb7885ff09d384b54935d8baf7de528c44085ebca /indra/newview/llviewerinventory.cpp
parent6e5b94071b62113f2bd52dd6985498990926a9f6 (diff)
SL-19533 Further logging improvements
Diffstat (limited to 'indra/newview/llviewerinventory.cpp')
-rw-r--r--indra/newview/llviewerinventory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerinventory.cpp b/indra/newview/llviewerinventory.cpp
index c4edc3952b..cd51a00c52 100644
--- a/indra/newview/llviewerinventory.cpp
+++ b/indra/newview/llviewerinventory.cpp
@@ -689,7 +689,7 @@ void LLViewerInventoryCategory::setFetching(LLViewerInventoryCategory::EFetchTyp
{
if (mDescendentsRequested.hasExpired() || (mFetching == FETCH_NONE))
{
- const F32 FETCH_TIMER_EXPIRY = 10.0f;
+ const F32 FETCH_TIMER_EXPIRY = 30.0f;
mDescendentsRequested.reset();
mDescendentsRequested.setTimerExpirySec(FETCH_TIMER_EXPIRY);
}