* Add ability to defer item actions for AddItem() and DeleteItem(). This won't be useful until we let the client cache (again?)

This commit is contained in:
Justin Clarke Casey
2008-05-03 23:33:20 +00:00
parent 56827894e9
commit 27a7391d6b
3 changed files with 25 additions and 6 deletions

View File

@@ -62,7 +62,7 @@ namespace OpenSim.Grid.InventoryServer
m_log.InfoFormat("[GRID AGENT INVENTORY]: Processing request for inventory of {0}", userID);
// uncomment me to simulate an overloaded inventory server
Thread.Sleep(18000);
//Thread.Sleep(18000);
InventoryCollection invCollection = new InventoryCollection();