Skip to content

Commit

Permalink
Merge pull request #8979 from gerhardol/feature/git-status-increase-3.5
Browse files Browse the repository at this point in the history
GitStatusMonitor increase minimum time between updates
  • Loading branch information
RussKie committed Mar 12, 2021
2 parents 01a75d6 + 09028f5 commit 597f876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GitUI/CommandsDialogs/BrowseDialog/GitStatusMonitor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public sealed class GitStatusMonitor : IDisposable
/// <summary>
/// Minimum interval between subsequent updates
/// </summary>
private const int MinUpdateInterval = 5000;
private const int MinUpdateInterval = 30000;

/// <summary>
/// Update every 5min, just to make sure something didn't slip through the cracks.
Expand Down

0 comments on commit 597f876

Please sign in to comment.