feat 加大缓存使用 && 订阅搜索休眠

This commit is contained in:
jxxghp
2023-10-21 08:17:10 +08:00
parent 15b1c756a7
commit cdbe5b2e2f
3 changed files with 11 additions and 3 deletions

View File

@ -16,10 +16,11 @@ from app.helper.torrent import TorrentHelper
from app.log import logger
from app.schemas import NotExistMediaInfo
from app.schemas.types import MediaType, ProgressKey, SystemConfigKey
from app.utils.singleton import Singleton
from app.utils.string import StringUtils
class SearchChain(ChainBase):
class SearchChain(ChainBase, metaclass=Singleton):
"""
站点资源搜索处理链
"""