mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-05-04 16:57:39 -05:00
fixed blocklist reload time
This commit is contained in:
@@ -24,7 +24,7 @@ public sealed class BlocklistProvider
|
||||
private readonly IMemoryCache _cache;
|
||||
private readonly Dictionary<InstanceType, string> _configHashes = new();
|
||||
private static DateTime _lastLoadTime = DateTime.MinValue;
|
||||
private const int LoadIntervalHours = 6;
|
||||
private const int LoadIntervalHours = 4;
|
||||
|
||||
public BlocklistProvider(
|
||||
ILogger<BlocklistProvider> logger,
|
||||
|
||||
Reference in New Issue
Block a user