[entropy.core] when clearing repository cache, don't clear the whole cache
This is no longer needed since cache keys are now properly generated
This commit is contained in:
@@ -2241,7 +2241,6 @@ class SystemSettings(Singleton, EntropyPluginStore):
|
||||
Internal method, go away!
|
||||
"""
|
||||
self.__cacher.discard()
|
||||
EntropyCacher.clear_cache(excluded_items = ["db_match", "world_update"])
|
||||
|
||||
if repoid is not None:
|
||||
EntropyCacher.clear_cache_item("%s/%s/" % (
|
||||
|
||||
Reference in New Issue
Block a user