mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-02-04 12:21:33 -06:00
[PR #141] [MERGED] Add rate limiting for download removal #239
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/141
Author: @Flaminel
Created: 5/11/2025
Status: ✅ Merged
Merged: 5/11/2025
Merged by: @Flaminel
Base:
main← Head:add_rate_limiting_for_download_removal📝 Commits (1)
376f310📊 Changes
31 files changed (+389 additions, -66 deletions)
View changed files
➕
code/Common/Configuration/General/SearchConfig.cs(+12 -0)📝
code/Executable/DependencyInjection/ConfigurationDI.cs(+1 -0)📝
code/Executable/DependencyInjection/MainDI.cs(+14 -0)📝
code/Executable/DependencyInjection/ServicesDI.cs(+4 -0)📝
code/Executable/appsettings.Development.json(+2 -0)📝
code/Executable/appsettings.json(+2 -0)📝
code/Infrastructure/Extensions/DelugeExtensions.cs(+1 -0)📝
code/Infrastructure/Extensions/QBitExtensions.cs(+1 -0)📝
code/Infrastructure/Extensions/TransmissionExtensions.cs(+1 -0)📝
code/Infrastructure/Helpers/CacheKeys.cs(+2 -0)📝
code/Infrastructure/Services/UriService.cs(+1 -1)📝
code/Infrastructure/Verticals/Arr/ArrClient.cs(+1 -1)➕
code/Infrastructure/Verticals/Arr/ArrClientFactory.cs(+31 -0)📝
code/Infrastructure/Verticals/Arr/Interfaces/IArrClient.cs(+1 -1)📝
code/Infrastructure/Verticals/Arr/LidarrClient.cs(+1 -1)📝
code/Infrastructure/Verticals/Arr/RadarrClient.cs(+1 -1)📝
code/Infrastructure/Verticals/Arr/SonarrClient.cs(+1 -1)📝
code/Infrastructure/Verticals/ContentBlocker/ContentBlocker.cs(+26 -20)📝
code/Infrastructure/Verticals/DownloadCleaner/DownloadCleaner.cs(+8 -7)➕
code/Infrastructure/Verticals/DownloadRemover/Consumers/DownloadRemoverConsumer.cs(+39 -0)...and 11 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.