* Refactor RemoveItem()

This commit is contained in:
Justin Clarke Casey
2008-05-03 23:23:46 +00:00
parent 688940e810
commit 56827894e9
4 changed files with 72 additions and 29 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();