mirror of
https://github.com/opensim/opensim.git
synced 2026-05-19 14:35:44 +08:00
change/fix previus commits
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user