fix scripts xmlrpc threads names

0.9.0-post-fixes
UbitUmarov 2017-06-29 21:17:41 +01:00
parent 190874344b
commit cb2607d4fa
1 changed files with 1 additions and 1 deletions

View File

@ -658,7 +658,7 @@ namespace OpenSim.Region.CoreModules.Scripting.XMLRPC
public void Process()
{
_finished = false;
httpThread = WorkManager.StartThread(SendRequest, "HttpRequestThread", ThreadPriority.BelowNormal, true, false, null, int.MaxValue);
httpThread = WorkManager.StartThread(SendRequest, "XMLRPCreqThread", ThreadPriority.BelowNormal, true, false, null, int.MaxValue);
}
/*