* 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. :D0.6.0-stable
parent
a4efa93993
commit
66e6711f3e
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue