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.

TeleportWork
Diva Canto 2013-07-24 11:13:31 -07:00
parent 516062ae1f
commit d8a6eb5641
1 changed files with 1 additions and 1 deletions

View File

@ -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