why did u used RunInThread? change to RunInThreadPool

LSLKeyTest
UbitUmarov 2016-08-25 03:55:56 +01:00
parent 2853c12135
commit c0f7e1edba
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ namespace OpenSim.Region.CoreModules.Agent.Xfer
inTimeTick = true;
//don't overload busy heartbeat
WorkManager.RunInThread(
WorkManager.RunInThreadPool(
delegate
{
transfersTimeTick(now);