mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
reduce (again) number of http requestes on getdisplaynames
This commit is contained in:
@@ -2288,7 +2288,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
NameValueCollection query = httpRequest.QueryString;
|
||||
string[] ids = query.GetValues("ids");
|
||||
|
||||
Dictionary<UUID,string> names = m_UserManager.GetUsersNames(ids, m_scopeID);
|
||||
Dictionary<UUID,string> names = m_UserManager.GetKnownUserNames(ids, m_scopeID);
|
||||
osUTF8 lsl = LLSDxmlEncode2.Start(names.Count * 256 + 256);
|
||||
LLSDxmlEncode2.AddMap(lsl);
|
||||
int ct = 0;
|
||||
|
||||
Reference in New Issue
Block a user