From 54e011bbb5fbb0ea7b21e96f0b714feb684525fb Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 14 Jan 2021 19:33:04 +0100 Subject: [PATCH] add patch --- Patch/0001-make-timer-to-10ms.patch | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Patch/0001-make-timer-to-10ms.patch diff --git a/Patch/0001-make-timer-to-10ms.patch b/Patch/0001-make-timer-to-10ms.patch new file mode 100644 index 0000000..d999ba2 --- /dev/null +++ b/Patch/0001-make-timer-to-10ms.patch @@ -0,0 +1,25 @@ +From 5d4996fed2aa9844e199c1c6b2f137ba4ea17177 Mon Sep 17 00:00:00 2001 +From: Chris +Date: Thu, 14 Jan 2021 19:32:30 +0100 +Subject: [PATCH] make timer to 10ms + +--- + .../Shared/Api/Implementation/AsyncCommandManager.cs | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/AsyncCommandManager.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/AsyncCommandManager.cs +index a6a2dd890e..5c886ca0da 100755 +--- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/AsyncCommandManager.cs ++++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/AsyncCommandManager.cs +@@ -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 = 10; + } + + /* +-- +2.29.2.windows.3 +