mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
mantis 8862: do cancel negative cache on valid store
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user