fixed blocklist reload time

This commit is contained in:
Flaminel
2025-06-25 20:14:45 +03:00
parent 07553131a0
commit a9503bbca3

View File

@@ -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,