Implement curl connection throttling (CurlConcurrentConnections)

This commit is contained in:
Aleric Inglewood
2012-09-21 19:26:40 +02:00
parent 5bcb350d89
commit fb5ec1d1f5
5 changed files with 47 additions and 13 deletions

View File

@@ -1817,7 +1817,7 @@ bool LLAppViewer::initThreads()
LLWatchdog::getInstance()->init(watchdog_killer_callback);
}
AICurlInterface::startCurlThread();
AICurlInterface::startCurlThread(gSavedSettings.getU32("CurlConcurrentConnections"));
LLImage::initClass();