summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--indra/newview/llinventorymodelbackgroundfetch.cpp2
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)