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.
parent
c7a3714c37
commit
051cf81c9f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue