* 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
0.6.0-stable
Teravus Ovares 2008-05-15 02:48:32 +00:00
parent a4efa93993
commit 66e6711f3e
1 changed files with 1 additions and 1 deletions

View File

@ -1229,7 +1229,7 @@ namespace OpenSim.Region.Physics.OdePlugin
// never be called if the prim is physical(active)
// All physical prim end up in the root space
Thread.Sleep(20);
//Thread.Sleep(20);
if (currentspace != space)
{
//m_log.Info("[SPACE]: C:" + currentspace.ToString() + " g:" + geom.ToString());