mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: 修复应用发布后无法使用最新的应用设置
This commit is contained in:
parent
e6066eb69e
commit
5285745321
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Reference in New Issue