mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
why did u used RunInThread? change to RunInThreadPool
This commit is contained in:
@@ -132,7 +132,7 @@ namespace OpenSim.Region.CoreModules.Agent.Xfer
|
||||
inTimeTick = true;
|
||||
|
||||
//don't overload busy heartbeat
|
||||
WorkManager.RunInThread(
|
||||
WorkManager.RunInThreadPool(
|
||||
delegate
|
||||
{
|
||||
transfersTimeTick(now);
|
||||
|
||||
Reference in New Issue
Block a user