diff --git a/DnsServerCore/Dns/StatsManager.cs b/DnsServerCore/Dns/StatsManager.cs index b062c483..9c359fa3 100644 --- a/DnsServerCore/Dns/StatsManager.cs +++ b/DnsServerCore/Dns/StatsManager.cs @@ -59,8 +59,8 @@ namespace DnsServerCore.Dns readonly ConcurrentDictionary _dailyStatsCache = new ConcurrentDictionary(); readonly Timer _maintenanceTimer; - const int MAINTENANCE_TIMER_INITIAL_INTERVAL = 60000; - const int MAINTENANCE_TIMER_INTERVAL = 60000; + const int MAINTENANCE_TIMER_INITIAL_INTERVAL = 10000; + const int MAINTENANCE_TIMER_INTERVAL = 10000; readonly ConcurrentQueue _queue = new ConcurrentQueue(); readonly Thread _consumerThread;