Skip to content

Commit

Permalink
chore: update max items return perform_source_action_from_req
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovler-Young committed Jun 15, 2024
1 parent 9c63f49 commit aa93f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biliarchiver/rest_api/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit aa93f71

Please sign in to comment.