diff options
author | Melanie | 2010-06-04 21:11:15 +0100 |
---|---|---|
committer | Melanie | 2010-06-04 21:11:15 +0100 |
commit | c5878b6610d4a729752fddf15ad6c99c302375a3 (patch) | |
tree | 12c570c68ed6f49965ce42fa0147b79ca21d9f96 /OpenSim/Region/CoreModules/ServiceConnectorsOut | |
parent | Change the admin kick message to something more generic, "OpenSim Manager" is... (diff) | |
parent | bring TestLoadIarV0_1AbsentUsers() back online (diff) | |
download | opensim-SC-c5878b6610d4a729752fddf15ad6c99c302375a3.zip opensim-SC-c5878b6610d4a729752fddf15ad6c99c302375a3.tar.gz opensim-SC-c5878b6610d4a729752fddf15ad6c99c302375a3.tar.bz2 opensim-SC-c5878b6610d4a729752fddf15ad6c99c302375a3.tar.xz |
Merge branch 'master' into careminster-presence-refactor
Diffstat (limited to 'OpenSim/Region/CoreModules/ServiceConnectorsOut')
-rw-r--r-- | OpenSim/Region/CoreModules/ServiceConnectorsOut/UserAccounts/UserAccountCache.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/OpenSim/Region/CoreModules/ServiceConnectorsOut/UserAccounts/UserAccountCache.cs b/OpenSim/Region/CoreModules/ServiceConnectorsOut/UserAccounts/UserAccountCache.cs index a355661..e1bc243 100644 --- a/OpenSim/Region/CoreModules/ServiceConnectorsOut/UserAccounts/UserAccountCache.cs +++ b/OpenSim/Region/CoreModules/ServiceConnectorsOut/UserAccounts/UserAccountCache.cs | |||
@@ -44,10 +44,8 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.UserAccounts | |||
44 | 44 | ||
45 | public UserAccountCache() | 45 | public UserAccountCache() |
46 | { | 46 | { |
47 | // Warning: the size values are a bit fuzzy. What matters | ||
48 | // most for this cache is the count value (128 entries). | ||
49 | m_UUIDCache = new ExpiringCache<UUID, UserAccount>(); | 47 | m_UUIDCache = new ExpiringCache<UUID, UserAccount>(); |
50 | m_NameCache = new ExpiringCache<string, UUID>(); // this one is unbound | 48 | m_NameCache = new ExpiringCache<string, UUID>(); |
51 | } | 49 | } |
52 | 50 | ||
53 | public void Cache(UUID userID, UserAccount account) | 51 | public void Cache(UUID userID, UserAccount account) |