mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
start JonEngines without any thread, first job enq will add it
This commit is contained in:
@@ -105,8 +105,8 @@ namespace OpenSim.Framework.Monitoring
|
||||
IsRunning = true;
|
||||
|
||||
m_cancelSource = new CancellationTokenSource();
|
||||
WorkManager.RunInThreadPool(ProcessRequests, null, Name, false);
|
||||
m_threadRunnig = true;
|
||||
//WorkManager.RunInThreadPool(ProcessRequests, null, Name, false);
|
||||
//m_threadRunnig = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -422,6 +422,7 @@ namespace OpenSim.Framework.Monitoring
|
||||
RegisteredStats.Remove(stat.Category);
|
||||
}
|
||||
}
|
||||
stat.Dispose();
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user