From aa93f7104c7224decffc38061bd6610571a8f86d Mon Sep 17 00:00:00 2001 From: Ovler Date: Sat, 15 Jun 2024 13:39:14 +0000 Subject: [PATCH] chore: update max items return perform_source_action_from_req --- biliarchiver/rest_api/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biliarchiver/rest_api/main.py b/biliarchiver/rest_api/main.py index 08cc4f0..16d03b5 100644 --- a/biliarchiver/rest_api/main.py +++ b/biliarchiver/rest_api/main.py @@ -140,7 +140,7 @@ async def perform_source_action_from_req(source_type: str, source_id: str): assert callable(fun) - return await source_action(fun, source_id, TRUNCATE=int(9e99)) + return await source_action(fun, source_id, TRUNCATE=300) async def video_scheduler(): while True: