We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1975af commit 6973b2dCopy full SHA for 6973b2d
src/Core/src/Core/Watcher.cs
@@ -13,7 +13,7 @@ internal class Watcher<T>
13
private readonly ILogger<T> _logger;
14
private readonly string _instance;
15
16
- private readonly TimeSpan _interval = TimeSpan.FromHours(60);
+ private readonly TimeSpan _interval = TimeSpan.FromHours(1);
17
private readonly Stopwatch _checkpointWatch;
18
private readonly Stopwatch _errorWatch;
19
private int _errorsPerInterval = 1;
0 commit comments