mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-16 01:38:02 -05:00
fixed download cleaner processing
This commit is contained in:
@@ -30,7 +30,9 @@ public class HttpClientConfigurationService : IHostedService
|
||||
{
|
||||
try
|
||||
{
|
||||
var config = await _dataContext.GeneralConfigs.FirstAsync(cancellationToken);
|
||||
var config = await _dataContext.GeneralConfigs
|
||||
.AsNoTracking()
|
||||
.FirstAsync(cancellationToken);
|
||||
|
||||
// Register the retry client (equivalent to Constants.HttpClientWithRetryName)
|
||||
_clientFactory.RegisterRetryClient(
|
||||
|
||||
Reference in New Issue
Block a user