diff options
author | Justin Clarke Casey | 2008-04-20 20:36:06 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-04-20 20:36:06 +0000 |
commit | 3d3eec436a42ced82b51ac11d03c2d98cc3d729a (patch) | |
tree | eb973b021b0b15bcb0bb1f0cbce6b8567e72f05c /OpenSim/Grid/InventoryServer/GridInventoryService.cs | |
parent | * Tweak inventory login failure message to point to the region owner as first... (diff) | |
download | opensim-SC_OLD-3d3eec436a42ced82b51ac11d03c2d98cc3d729a.zip opensim-SC_OLD-3d3eec436a42ced82b51ac11d03c2d98cc3d729a.tar.gz opensim-SC_OLD-3d3eec436a42ced82b51ac11d03c2d98cc3d729a.tar.bz2 opensim-SC_OLD-3d3eec436a42ced82b51ac11d03c2d98cc3d729a.tar.xz |
* Remove user profile from cache when they log out from a region.
* A much more significant fix is required to clean up the cache when a user moves out of a region, but really better handling of delayed inventory cache updates needs to be
written first, and possibly better affinity to cut down agent inventory requests when the move is between two regions hosted on the same server.
Diffstat (limited to 'OpenSim/Grid/InventoryServer/GridInventoryService.cs')
-rw-r--r-- | OpenSim/Grid/InventoryServer/GridInventoryService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/InventoryServer/GridInventoryService.cs b/OpenSim/Grid/InventoryServer/GridInventoryService.cs index 8a45bad..f7c9828 100644 --- a/OpenSim/Grid/InventoryServer/GridInventoryService.cs +++ b/OpenSim/Grid/InventoryServer/GridInventoryService.cs | |||
@@ -110,7 +110,7 @@ namespace OpenSim.Grid.InventoryServer | |||
110 | public InventoryCollection GetUserInventory(Guid rawUserID) | 110 | public InventoryCollection GetUserInventory(Guid rawUserID) |
111 | { | 111 | { |
112 | // uncomment me to simulate an overloaded inventory server | 112 | // uncomment me to simulate an overloaded inventory server |
113 | //Thread.Sleep(40000); | 113 | //Thread.Sleep(25000); |
114 | 114 | ||
115 | LLUUID userID = new LLUUID(rawUserID); | 115 | LLUUID userID = new LLUUID(rawUserID); |
116 | 116 | ||