mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
Major change in the way inventory is downloaded: added a method throughout IIventoryService that fetches sets of folders at once. Also added folder id in the InventoryCollection data structure, so that we don't need to go to inventory server again just for that. This reduces the chatter between sims and inventory server by... a lot. On my tests, this reduces initial inventory download down to 30% of what it currently is.
This commit is contained in:
@@ -37,6 +37,8 @@ namespace OpenSim.Framework
|
||||
{
|
||||
public List<InventoryFolderBase> Folders;
|
||||
public List<InventoryItemBase> Items;
|
||||
public UUID UserID;
|
||||
public UUID OwnerID;
|
||||
public UUID FolderID;
|
||||
public int Version;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user