aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/UserManagement
diff options
context:
space:
mode:
authorDiva Canto2013-07-16 19:04:30 -0700
committerDiva Canto2013-07-16 19:04:30 -0700
commit9432f3c94d0b0345132e5ff9eaf966b96cf218c2 (patch)
tree659944db7a09bd871a70ded726693f2a3e321c59 /OpenSim/Region/CoreModules/Framework/UserManagement
parentUserManagementModule: in the continuation, call the method that also looks up... (diff)
downloadopensim-SC_OLD-9432f3c94d0b0345132e5ff9eaf966b96cf218c2.zip
opensim-SC_OLD-9432f3c94d0b0345132e5ff9eaf966b96cf218c2.tar.gz
opensim-SC_OLD-9432f3c94d0b0345132e5ff9eaf966b96cf218c2.tar.bz2
opensim-SC_OLD-9432f3c94d0b0345132e5ff9eaf966b96cf218c2.tar.xz
Improvements to the ServiceThrottleModule: added a category and an itemid to the interface, so that duplicate requests aren't enqueued more than once.
Diffstat (limited to 'OpenSim/Region/CoreModules/Framework/UserManagement')
-rw-r--r--OpenSim/Region/CoreModules/Framework/UserManagement/UserManagementModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Framework/UserManagement/UserManagementModule.cs b/OpenSim/Region/CoreModules/Framework/UserManagement/UserManagementModule.cs
index e8bdcc9..a91adfa 100644
--- a/OpenSim/Region/CoreModules/Framework/UserManagement/UserManagementModule.cs
+++ b/OpenSim/Region/CoreModules/Framework/UserManagement/UserManagementModule.cs
@@ -173,7 +173,7 @@ namespace OpenSim.Region.CoreModules.Framework.UserManagement
173 } 173 }
174 174
175 // Not found in cache, queue continuation 175 // Not found in cache, queue continuation
176 m_ServiceThrottle.Enqueue(delegate 176 m_ServiceThrottle.Enqueue("name", uuid.ToString(), delegate
177 { 177 {
178 //m_log.DebugFormat("[YYY]: Name request {0}", uuid); 178 //m_log.DebugFormat("[YYY]: Name request {0}", uuid);
179 bool foundRealName = TryGetUserNames(uuid, names); 179 bool foundRealName = TryGetUserNames(uuid, names);