mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
Merge branch 'queuetest' into careminster-presence-refactor
This commit is contained in:
@@ -88,7 +88,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
// If this is an update for our own avatar give it the highest priority
|
||||
if (client.AgentId == entity.UUID)
|
||||
return 0;
|
||||
return PriorityQueue.ImmediateQueue;
|
||||
|
||||
uint priority;
|
||||
|
||||
@@ -180,7 +180,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
// m_log.WarnFormat("[PRIORITIZER] attempt to use agent {0} not in the scene",client.AgentId);
|
||||
// throw new InvalidOperationException("Prioritization agent not defined");
|
||||
return Int32.MaxValue;
|
||||
return PriorityQueue.NumberOfQueues - 1;
|
||||
}
|
||||
|
||||
// Use group position for child prims, since we are putting child prims in
|
||||
|
||||
Reference in New Issue
Block a user