mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
fix a info message
This commit is contained in:
@@ -330,7 +330,7 @@ namespace OpenSim.Region.CoreModules.Agent.TextureSender
|
||||
|
||||
private void SaveFileCacheForAsset(UUID AssetId, OpenJPEG.J2KLayerInfo[] Layers)
|
||||
{
|
||||
m_decodedCache.AddOrUpdate(AssetId, Layers, TimeSpan.FromMinutes(10));
|
||||
m_decodedCache.AddOrUpdate(AssetId, Layers, TimeSpan.FromMinutes(1));
|
||||
|
||||
if (Cache != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user