mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Delay loading scripts until the scene has finished loading
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
7cafc2e46e
commit
1dd904b78e
@@ -339,7 +339,10 @@ namespace OpenSim.Region.ScriptEngine.XEngine
|
||||
m_ThreadPool.QueueWorkItem(new WorkItemCallback(this.DoBackup),
|
||||
new Object[] { m_SaveTime });
|
||||
}
|
||||
}
|
||||
|
||||
public void StartProcessing()
|
||||
{
|
||||
m_ThreadPool.Start();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user