mantis 8862: do cancel negative cache on valid store

This commit is contained in:
UbitUmarov
2021-02-09 18:53:24 +00:00
parent af8ce58130
commit 1610c3f741

View File

@@ -414,6 +414,9 @@ namespace OpenSim.Region.CoreModules.Asset
if (m_FileCacheEnabled)
UpdateFileCache(asset.ID, asset, replace);
if (m_negativeCacheEnabled)
m_negativeCache.Remove(asset.ID);
}
}