mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
Improvements to the ServiceThrottleModule: added a category and an itemid to the interface, so that duplicate requests aren't enqueued more than once.
This commit is contained in:
@@ -173,7 +173,7 @@ namespace OpenSim.Region.CoreModules.Framework.UserManagement
|
||||
}
|
||||
|
||||
// Not found in cache, queue continuation
|
||||
m_ServiceThrottle.Enqueue(delegate
|
||||
m_ServiceThrottle.Enqueue("name", uuid.ToString(), delegate
|
||||
{
|
||||
//m_log.DebugFormat("[YYY]: Name request {0}", uuid);
|
||||
bool foundRealName = TryGetUserNames(uuid, names);
|
||||
|
||||
Reference in New Issue
Block a user