mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-02-04 03:16:52 -06:00
[PR #308] Fix Deluge crashing #171
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Cleanuparr/Cleanuparr/pull/308
Author: @Flaminel
Created: 9/17/2025
Status: 🔄 Open
Base:
main← Head:fix_deluge_crashing📝 Commits (5)
f5335feadded a 5s delay between queue item removals4593a13Revert "added a 5s delay between queue item removals"4175a8badded download pausing for Deluge before queue removal3916843removed concurrency for queue removal; removed torrent pausingf8f438dadded torrent pausing back📊 Changes
6 files changed (+44 additions, -12 deletions)
View changed files
📝
code/backend/Cleanuparr.Api/DependencyInjection/MainDI.cs(+2 -2)📝
code/backend/Cleanuparr.Application/Features/MalwareBlocker/MalwareBlocker.cs(+13 -5)📝
code/backend/Cleanuparr.Application/Features/QueueCleaner/QueueCleaner.cs(+13 -5)📝
code/backend/Cleanuparr.Infrastructure/Features/DownloadClient/Deluge/DelugeClient.cs(+5 -0)📝
code/backend/Cleanuparr.Infrastructure/Features/DownloadClient/Deluge/DelugeService.cs(+9 -0)📝
code/backend/Cleanuparr.Infrastructure/Features/DownloadRemover/QueueItemRemover.cs(+2 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.