aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs
diff options
context:
space:
mode:
authorTeravus Ovares2008-05-15 02:48:32 +0000
committerTeravus Ovares2008-05-15 02:48:32 +0000
commit66e6711f3edbd62657bd9ba27c03549f35325d49 (patch)
tree8c5050249a782038560c4d2d77153d944525de79 /OpenSim/Region/Physics/OdePlugin/OdePlugin.cs
parent* Comitting 0001271: [PATCH] Refactor permissions to fully allow stacking per... (diff)
downloadopensim-SC_OLD-66e6711f3edbd62657bd9ba27c03549f35325d49.zip
opensim-SC_OLD-66e6711f3edbd62657bd9ba27c03549f35325d49.tar.gz
opensim-SC_OLD-66e6711f3edbd62657bd9ba27c03549f35325d49.tar.bz2
opensim-SC_OLD-66e6711f3edbd62657bd9ba27c03549f35325d49.tar.xz
* Got rid of an old crufty sleep that was being called. Thanks for your support in load testing Adam's simulator was what pointed this old crufty sleep out.
* Please, we need more load tests with profilers running. :D
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin/OdePlugin.cs')
-rw-r--r--OpenSim/Region/Physics/OdePlugin/OdePlugin.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs
index da72092..0dc865d 100644
--- a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs
+++ b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs
@@ -1229,7 +1229,7 @@ namespace OpenSim.Region.Physics.OdePlugin
1229 // never be called if the prim is physical(active) 1229 // never be called if the prim is physical(active)
1230 1230
1231 // All physical prim end up in the root space 1231 // All physical prim end up in the root space
1232 Thread.Sleep(20); 1232 //Thread.Sleep(20);
1233 if (currentspace != space) 1233 if (currentspace != space)
1234 { 1234 {
1235 //m_log.Info("[SPACE]: C:" + currentspace.ToString() + " g:" + geom.ToString()); 1235 //m_log.Info("[SPACE]: C:" + currentspace.ToString() + " g:" + geom.ToString());