Skip to content

Commit

Permalink
Update MaxControlDuration comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hhvrc authored Oct 8, 2024
1 parent af50f4a commit 39abd38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public static class Constants
public const byte MaxControlIntensity = 100;

public const ushort MinControlDuration = 300;
public const ushort MaxControlDuration = 30000; // TODO: No reason to hard limit this to 30 seconds, can we extend it to ushort.MaxValue (35565)?
public const ushort MaxControlDuration = 30000; // TODO: No reason to hard limit this to 30 seconds, can we extend it to ushort.MaxValue (65535)?

public static readonly TimeSpan PasswordResetRequestLifetime = TimeSpan.FromHours(1);

Expand Down

0 comments on commit 39abd38

Please sign in to comment.