change/fix previus commits

This commit is contained in:
UbitUmarov
2014-10-13 12:00:31 +01:00
parent 6794508f8c
commit cd87c4bec5
2 changed files with 11 additions and 3 deletions

View File

@@ -339,9 +339,9 @@ namespace OpenSim.Region.CoreModules.Scripting.HttpRequest
startInfo.MinWorkerThreads = 1;
startInfo.ThreadPriority = ThreadPriority.BelowNormal;
startInfo.StartSuspended = true;
startInfo.ThreadPoolName = "ScriptsHttpReq";
ThreadPool = new SmartThreadPool(startInfo);
ThreadPool.Name = "ScriptsHttpReq";
ThreadPool.Start();
}
}