aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/InventoryServer
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-05-03 19:27:34 +0000
committerJustin Clarke Casey2008-05-03 19:27:34 +0000
commit45430a5403ec45abceac123a76cb7a0c61475b5e (patch)
tree995c5b0dfb04748fb4623641f717559e4033319f /OpenSim/Grid/InventoryServer
parent* Make user profile cache service complain if the caller assumes a profile ex... (diff)
downloadopensim-SC_OLD-45430a5403ec45abceac123a76cb7a0c61475b5e.zip
opensim-SC_OLD-45430a5403ec45abceac123a76cb7a0c61475b5e.tar.gz
opensim-SC_OLD-45430a5403ec45abceac123a76cb7a0c61475b5e.tar.bz2
opensim-SC_OLD-45430a5403ec45abceac123a76cb7a0c61475b5e.tar.xz
* Refactor: move UpdateFolder into CachedUserInfo
Diffstat (limited to 'OpenSim/Grid/InventoryServer')
-rw-r--r--OpenSim/Grid/InventoryServer/GridInventoryService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/InventoryServer/GridInventoryService.cs b/OpenSim/Grid/InventoryServer/GridInventoryService.cs
index f0eef31..4864185 100644
--- a/OpenSim/Grid/InventoryServer/GridInventoryService.cs
+++ b/OpenSim/Grid/InventoryServer/GridInventoryService.cs
@@ -62,7 +62,7 @@ namespace OpenSim.Grid.InventoryServer
62 m_log.InfoFormat("[GRID AGENT INVENTORY]: Processing request for inventory of {0}", userID); 62 m_log.InfoFormat("[GRID AGENT INVENTORY]: Processing request for inventory of {0}", userID);
63 63
64 // uncomment me to simulate an overloaded inventory server 64 // uncomment me to simulate an overloaded inventory server
65 //Thread.Sleep(20000); 65 //Thread.Sleep(18000);
66 66
67 InventoryCollection invCollection = new InventoryCollection(); 67 InventoryCollection invCollection = new InventoryCollection();
68 68