stop renewing xml cache entries expires. Let them expire or grid changes will ignored as long something keeq requesting (like group profiles refreshs). reduce the expire time more ignoring folish config.
parent
8fb7a3543f
commit
b16d6c0302
|
@ -1008,11 +1008,11 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups
|
||||||
respData.Add("error", e.ToString());
|
respData.Add("error", e.ToString());
|
||||||
return respData;
|
return respData;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
if ((m_cacheTimeout > 0) && (CacheKey != null))
|
if ((m_cacheTimeout > 0) && (CacheKey != null))
|
||||||
{
|
{
|
||||||
m_memoryCache.AddOrUpdate(CacheKey, resp, TimeSpan.FromSeconds(m_cacheTimeout));
|
m_memoryCache.AddOrUpdate(CacheKey, resp, TimeSpan.FromSeconds(10));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (resp.Value is Hashtable)
|
if (resp.Value is Hashtable)
|
||||||
|
|
Loading…
Reference in New Issue