feat(cache): enhance cache region and decorator

This commit is contained in:
InfinityPacer
2025-01-19 00:55:45 +08:00
parent ff5d94782f
commit a5c5f7c718
2 changed files with 43 additions and 33 deletions
-1
View File
@@ -549,7 +549,6 @@ class Scheduler(metaclass=Singleton):
"""
清理缓存
"""
TorrentsChain().clear_cache()
SchedulerChain().clear_cache()
def user_auth(self):