Skip to content

Commit

Permalink
10 second grace window before the alarm sounds
Browse files Browse the repository at this point in the history
  • Loading branch information
OoLunar authored and Instellate committed Nov 17, 2023
1 parent aad9eeb commit 82aaa2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UserActivityTracker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace NotifierRedirecter;

public sealed class UserActivityTracker
{
private static readonly TimeSpan _activityTimeout = TimeSpan.FromSeconds(5);
private static readonly TimeSpan _activityTimeout = TimeSpan.FromSeconds(10);
private static readonly TimeSpan _cleanupInterval = TimeSpan.FromMinutes(5);

/// <summary>
Expand Down

0 comments on commit 82aaa2a

Please sign in to comment.