mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
Decreased the time of group cache to 1 min, because it was getting on my nerves that it takes so long to let go of old info.
This commit is contained in:
@@ -53,7 +53,7 @@ namespace OpenSim.Groups
|
||||
private ForeignImporter m_ForeignImporter;
|
||||
|
||||
private Dictionary<string, bool> m_ActiveRequests = new Dictionary<string, bool>();
|
||||
private const int GROUPS_CACHE_TIMEOUT = 5 * 60; // 5 minutes
|
||||
private const int GROUPS_CACHE_TIMEOUT = 1 * 60; // 1 minutes
|
||||
|
||||
// This all important cache cahces objects of different types:
|
||||
// group-<GroupID> or group-<Name> => ExtendedGroupRecord
|
||||
|
||||
Reference in New Issue
Block a user