reduce some threads priority

This commit is contained in:
UbitUmarov
2018-10-28 14:43:14 +00:00
parent a1d132d3ca
commit cf33e0440a
2 changed files with 0 additions and 4 deletions

View File

@@ -907,7 +907,6 @@ namespace OpenSim.Region.PhysicsModule.BulletS
public void BulletSPluginPhysicsThread()
{
Thread.CurrentThread.Priority = ThreadPriority.Highest;
m_updateWaitEvent = new ManualResetEvent(false);
while (m_initialized)