replace path
							parent
							
								
									b9ae6c5f96
								
							
						
					
					
						commit
						693f9ec7d8
					
				|  | @ -0,0 +1,28 @@ | |||
| From 4eb8c5c65a06694f6bf998fe8bbd1383d083d4d2 Mon Sep 17 00:00:00 2001 | ||||
| From: Chris <christopher@clatza.dev> | ||||
| Date: Thu, 14 Jan 2021 19:48:52 +0100 | ||||
| Subject: [PATCH] add config | ||||
| 
 | ||||
| ---
 | ||||
|  .../Shared/Api/Implementation/AsyncCommandManager.cs          | 4 ++-- | ||||
|  1 file changed, 2 insertions(+), 2 deletions(-) | ||||
| 
 | ||||
| diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/AsyncCommandManager.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/AsyncCommandManager.cs
 | ||||
| index a6a2dd890e..b31078785f 100755
 | ||||
| --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/AsyncCommandManager.cs
 | ||||
| +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/AsyncCommandManager.cs
 | ||||
| @@ -183,9 +183,9 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
 | ||||
|   | ||||
|          private void ReadConfig() | ||||
|          { | ||||
| -//            cmdHandlerThreadCycleSleepms = m_ScriptEngine.Config.GetInt("AsyncLLCommandLoopms", 100);
 | ||||
| +            cmdHandlerThreadCycleSleepms = m_ScriptEngine.Config.GetInt("AsyncLLCommandLoopms", 100);
 | ||||
|              // TODO: Make this sane again | ||||
| -            cmdHandlerThreadCycleSleepms = 100;
 | ||||
| +            //cmdHandlerThreadCycleSleepms = 100;
 | ||||
|          } | ||||
|   | ||||
|  /* | ||||
| -- 
 | ||||
| 2.29.2.windows.3 | ||||
| 
 | ||||
|  | @ -1,25 +0,0 @@ | |||
| From 5d4996fed2aa9844e199c1c6b2f137ba4ea17177 Mon Sep 17 00:00:00 2001 | ||||
| From: Chris <christopher@clatza.dev> | ||||
| 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 | ||||
| 
 | ||||
		Loading…
	
		Reference in New Issue
	
	 Chris
						Chris