mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
And this fixes the other failing tests. Justin, the thread pool is not being initialized in the tests!
This commit is contained in:
@@ -1383,8 +1383,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
sog.ScheduleGroupForFullUpdate();
|
||||
}
|
||||
|
||||
m_log.DebugFormat("[SCENE PRESENCE]: ({0}) Available threads: {1}", Name, Util.FireAndForgetCount());
|
||||
|
||||
// m_log.DebugFormat(
|
||||
// "[SCENE PRESENCE]: Completing movement of {0} into region {1} took {2}ms",
|
||||
// client.Name, Scene.RegionInfo.RegionName, (DateTime.Now - startTime).Milliseconds);
|
||||
|
||||
Reference in New Issue
Block a user