mantis 8766: fix creators names caching

This commit is contained in:
UbitUmarov
2020-09-08 01:03:17 +01:00
parent 650e6bbe55
commit da09a897f6
2 changed files with 4 additions and 6 deletions

View File

@@ -80,8 +80,6 @@ namespace OpenSim.Tests.Clients.AssetsClient
ThreadPool.GetMinThreads(out max1, out max2);
m_log.InfoFormat("[ASSET CLIENT]: Post set min threads = {1} - {2}", serverURI, max1, max2);
ServicePointManager.DefaultConnectionLimit = 12;
AssetServicesConnector m_Connector = new AssetServicesConnector(serverURI);
m_Connector.MaxAssetRequestConcurrency = 30;