diff options
author | UbitUmarov | 2017-06-29 21:17:41 +0100 |
---|---|---|
committer | UbitUmarov | 2017-06-29 21:17:41 +0100 |
commit | cb2607d4fa68e2c7721a0272e503bb07b4109524 (patch) | |
tree | cd9c074b2b2c9a3cd6b40c9a5403e088c6082967 /OpenSim/Region | |
parent | ScriptsHttpReq does not need a permanent thread (diff) | |
download | opensim-SC-cb2607d4fa68e2c7721a0272e503bb07b4109524.zip opensim-SC-cb2607d4fa68e2c7721a0272e503bb07b4109524.tar.gz opensim-SC-cb2607d4fa68e2c7721a0272e503bb07b4109524.tar.bz2 opensim-SC-cb2607d4fa68e2c7721a0272e503bb07b4109524.tar.xz |
fix scripts xmlrpc threads names
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/CoreModules/Scripting/XMLRPC/XMLRPCModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Scripting/XMLRPC/XMLRPCModule.cs b/OpenSim/Region/CoreModules/Scripting/XMLRPC/XMLRPCModule.cs index f68c5f8..6028eef 100644 --- a/OpenSim/Region/CoreModules/Scripting/XMLRPC/XMLRPCModule.cs +++ b/OpenSim/Region/CoreModules/Scripting/XMLRPC/XMLRPCModule.cs | |||
@@ -658,7 +658,7 @@ namespace OpenSim.Region.CoreModules.Scripting.XMLRPC | |||
658 | public void Process() | 658 | public void Process() |
659 | { | 659 | { |
660 | _finished = false; | 660 | _finished = false; |
661 | httpThread = WorkManager.StartThread(SendRequest, "HttpRequestThread", ThreadPriority.BelowNormal, true, false, null, int.MaxValue); | 661 | httpThread = WorkManager.StartThread(SendRequest, "XMLRPCreqThread", ThreadPriority.BelowNormal, true, false, null, int.MaxValue); |
662 | } | 662 | } |
663 | 663 | ||
664 | /* | 664 | /* |