diff options
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index d0dc021..df9b163 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -962,12 +962,12 @@ namespace OpenSim.Region.Framework.Scenes | |||
962 | int maintc = 0; | 962 | int maintc = 0; |
963 | while (!shuttingdown) | 963 | while (!shuttingdown) |
964 | { | 964 | { |
965 | #if DEBUG | 965 | //#if DEBUG |
966 | int w = 0, io = 0; | 966 | // int w = 0, io = 0; |
967 | ThreadPool.GetAvailableThreads(out w, out io); | 967 | // ThreadPool.GetAvailableThreads(out w, out io); |
968 | if ((w < 10) || (io < 10)) | 968 | // if ((w < 10) || (io < 10)) |
969 | m_log.DebugFormat("[WARNING]: ThreadPool reaching exhaustion. workers = {0}; io = {1}", w, io); | 969 | // m_log.DebugFormat("[WARNING]: ThreadPool reaching exhaustion. workers = {0}; io = {1}", w, io); |
970 | #endif | 970 | //#endif |
971 | maintc = Environment.TickCount; | 971 | maintc = Environment.TickCount; |
972 | 972 | ||
973 | TimeSpan SinceLastFrame = DateTime.Now - m_lastupdate; | 973 | TimeSpan SinceLastFrame = DateTime.Now - m_lastupdate; |