Implement curl connection throttling (CurlConcurrentConnections)
This commit is contained in:
@@ -1817,7 +1817,7 @@ bool LLAppViewer::initThreads()
|
||||
LLWatchdog::getInstance()->init(watchdog_killer_callback);
|
||||
}
|
||||
|
||||
AICurlInterface::startCurlThread();
|
||||
AICurlInterface::startCurlThread(gSavedSettings.getU32("CurlConcurrentConnections"));
|
||||
|
||||
LLImage::initClass();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user