aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.cs12
1 files changed, 6 insertions, 6 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs
index c863c3b..5f18a44 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.cs
@@ -972,12 +972,12 @@ namespace OpenSim.Region.Framework.Scenes
972 int maintc = 0; 972 int maintc = 0;
973 while (!shuttingdown) 973 while (!shuttingdown)
974 { 974 {
975#if DEBUG 975//#if DEBUG
976 int w = 0, io = 0; 976// int w = 0, io = 0;
977 ThreadPool.GetAvailableThreads(out w, out io); 977// ThreadPool.GetAvailableThreads(out w, out io);
978 if ((w < 10) || (io < 10)) 978// if ((w < 10) || (io < 10))
979 m_log.DebugFormat("[WARNING]: ThreadPool reaching exhaustion. workers = {0}; io = {1}", w, io); 979// m_log.DebugFormat("[WARNING]: ThreadPool reaching exhaustion. workers = {0}; io = {1}", w, io);
980#endif 980//#endif
981 maintc = Environment.TickCount; 981 maintc = Environment.TickCount;
982 982
983 TimeSpan SinceLastFrame = DateTime.Now - m_lastupdate; 983 TimeSpan SinceLastFrame = DateTime.Now - m_lastupdate;