* Refactor: move UpdateFolder into CachedUserInfo

This commit is contained in:
Justin Clarke Casey
2008-05-03 19:27:34 +00:00
parent 45a71bb045
commit 45430a5403
3 changed files with 49 additions and 25 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(20000);
//Thread.Sleep(18000);
InventoryCollection invCollection = new InventoryCollection();