change scripts timers, etc check rate to 50ms

This commit is contained in:
UbitUmarov
2021-04-21 13:50:31 +01:00
parent 4198dcdf86
commit 88defb4d90

View File

@@ -185,7 +185,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
{
// cmdHandlerThreadCycleSleepms = m_ScriptEngine.Config.GetInt("AsyncLLCommandLoopms", 100);
// TODO: Make this sane again
cmdHandlerThreadCycleSleepms = 100;
cmdHandlerThreadCycleSleepms = 50;
}
/*