更新 _torrent_search_utils.py

This commit is contained in:
jxxghp
2026-05-07 17:31:22 +08:00
committed by GitHub
parent c2c9950bb1
commit 82b637532e

View File

@@ -8,7 +8,7 @@ from app.utils.crypto import HashUtils
from app.utils.string import StringUtils
SEARCH_RESULT_CACHE_FILE = "__search_result__"
TORRENT_RESULT_LIMIT = 50
TORRENT_RESULT_LIMIT = 200
def build_torrent_ref(context: Optional[Context]) -> str: