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

Commit e9a0b1b

Browse files
Merge branch 'fixes/usage-tracker-timer' into stanley/0.31-rc
2 parents d8f0c37 + 5f9e60f commit e9a0b1b

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)