mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
change scripts timers, etc check rate to 50ms
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user