to do that don't use slideexpiration; add cap event ChatterBoxForceClose

This commit is contained in:
UbitUmarov
2016-08-11 08:38:39 +01:00
parent b16d6c0302
commit 9aa2484f0d
5 changed files with 33 additions and 7 deletions

View File

@@ -1011,7 +1011,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups
if ((m_cacheTimeout > 0) && (CacheKey != null))
{
m_memoryCache.AddOrUpdate(CacheKey, resp, TimeSpan.FromSeconds(10));
m_memoryCache.AddOrUpdate(CacheKey, resp, 10.0);
}
}