diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-03-28 03:41:51 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-03-28 03:42:23 +0300 |
commit | d21a1aace63967fe62b12b71b7f683f662dfcf4a (patch) | |
tree | e0850eda24ceead8a72f39a27deb66abee9014e1 /indra/newview/llinventorymodelbackgroundfetch.cpp | |
parent | 89a8c96f36983738645a2116d9d432e3bd88f1df (diff) |
SL-18003 Missed pool name
Diffstat (limited to 'indra/newview/llinventorymodelbackgroundfetch.cpp')
-rw-r--r-- | indra/newview/llinventorymodelbackgroundfetch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorymodelbackgroundfetch.cpp b/indra/newview/llinventorymodelbackgroundfetch.cpp index d58dd22ca1..4cb4b9ee9c 100644 --- a/indra/newview/llinventorymodelbackgroundfetch.cpp +++ b/indra/newview/llinventorymodelbackgroundfetch.cpp @@ -514,7 +514,7 @@ void LLInventoryModelBackgroundFetch::bulkFetchViaAis() return; } - static LLCachedControl<U32> ais_pool(gSavedSettings, "", 20); + static LLCachedControl<U32> ais_pool(gSavedSettings, "PoolSizeAIS", 20); const U32 max_concurrent_fetches = llmax(1, ais_pool - 1); if (mFetchCount >= max_concurrent_fetches) |