feat(redis): update redis maxmemory

This commit is contained in:
InfinityPacer
2025-01-19 12:38:36 +08:00
parent 7c17c1c73b
commit 2a409d83d4
3 changed files with 3 additions and 5 deletions

View File

@@ -15,7 +15,6 @@ from app.chain.recommend import RecommendChain
from app.chain.site import SiteChain
from app.chain.subscribe import SubscribeChain
from app.chain.tmdb import TmdbChain
from app.chain.torrents import TorrentsChain
from app.chain.transfer import TransferChain
from app.core.config import settings
from app.core.event import EventManager