Add max thread and min thread information to "xengine status" region console command

This commit is contained in:
Justin Clark-Casey (justincc)
2012-03-12 21:16:05 +00:00
parent e0dd38f672
commit 25592bbd85
2 changed files with 5 additions and 0 deletions

View File

@@ -578,7 +578,10 @@ namespace OpenSim.Region.ScriptEngine.Shared.Instance
return true;
if (!m_InSelfDelete)
{
// m_log.ErrorFormat("[SCRIPT INSTANCE]: Aborting script {0} {1}", ScriptName, ItemID);
result.Abort();
}
lock (m_EventQueue)
{