fix: 修复应用发布后无法使用最新的应用设置

This commit is contained in:
shaohuzhang1 2024-11-06 11:07:17 +08:00 committed by shaohuzhang1
parent e6066eb69e
commit 5285745321

View File

@ -79,7 +79,7 @@ class FileCache(BaseCache):
value.application.id) == application_id):
delete_keys.append(key)
for key in delete_keys:
self.delete(key)
self.cache.delete(key)
def clear_timeout_data(self):
for key in self.cache.iterkeys():