From 82b637532eebc40ef6e683ce645f7da7613f50a5 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Thu, 7 May 2026 17:31:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=5Ftorrent=5Fsearch=5Futil?= =?UTF-8?q?s.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/agent/tools/impl/_torrent_search_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/agent/tools/impl/_torrent_search_utils.py b/app/agent/tools/impl/_torrent_search_utils.py index b5a8b3bd..6aebdb9d 100644 --- a/app/agent/tools/impl/_torrent_search_utils.py +++ b/app/agent/tools/impl/_torrent_search_utils.py @@ -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: