From a5176c2e2c4d2791ec15a22db4309bb15bc3ae98 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Fri, 11 Apr 2008 18:13:10 +0000 Subject: * Change inventory async response deliver to deliver all items and folders at once, rather than each individual * This is required in order to work towards eliminating some inventory race conditions and to better deal with situations where a grid inventory server is slow or not responding. --- OpenSim/Framework/InventoryCollection.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'OpenSim/Framework/InventoryCollection.cs') diff --git a/OpenSim/Framework/InventoryCollection.cs b/OpenSim/Framework/InventoryCollection.cs index c8d8716..e76e1a9 100644 --- a/OpenSim/Framework/InventoryCollection.cs +++ b/OpenSim/Framework/InventoryCollection.cs @@ -32,6 +32,9 @@ using libsecondlife; namespace OpenSim.Framework { + /// + /// Used to serialize a whole inventory for transfer over the network. + /// public class InventoryCollection { public List _folders; -- cgit v1.1