diff options
author | Dave Parks <davep@lindenlab.com> | 2011-08-01 17:50:43 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-08-01 17:50:43 -0500 |
commit | fbd5bd7adc205acecc49c7e9887efa3bca6552d0 (patch) | |
tree | 6fb12e7666ad09224a37c53556298a43c2bfc1a6 /indra/newview/llappviewer.cpp | |
parent | c6ee98394e3d4b90bdffb4c84d03afc8d3d2d955 (diff) |
SH-2183 Add a debug setting to control whether or not to use multiple threads in LLCurl
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index b65933f8a1..d12b971bde 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -708,7 +708,7 @@ bool LLAppViewer::init() // *NOTE:Mani - LLCurl::initClass is not thread safe. // Called before threads are created. - LLCurl::initClass(); + LLCurl::initClass(gSavedSettings.getBOOL("CurlUseMultipleThreads")); LL_INFOS("InitInfo") << "LLCurl initialized." << LL_ENDL ; LLMachineID::init(); |