Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 5f9e60f

Browse files
Restoring the original UsageTracker timeout
1 parent 977b32e commit 5f9e60f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.Api/Metrics/UsageTracker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public UsageTracker(IMetricsService metricsService, ISettings userSettings, NPat
3131

3232
Logger.Trace("guid:{0}", guid);
3333
if (Enabled)
34-
RunTimer(3*10);
34+
RunTimer(3*60);
3535
}
3636

3737
private UsageStore LoadUsage()

0 commit comments

Comments
 (0)