mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Removed the MapItems thread. Redirected the map items requests to the services throttle thread. Didn't change anything in how that processor is implemented, for better or for worse.
This commit is contained in:
@@ -181,11 +181,10 @@ namespace OpenSim.Region.CoreModules.Framework
|
||||
|
||||
m_RequestQueue.Enqueue(delegate
|
||||
{
|
||||
continuation();
|
||||
lock (m_RequestQueue)
|
||||
{
|
||||
m_Pending[category].Remove(itemid);
|
||||
}
|
||||
|
||||
continuation();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user