diff --git a/Common/Constants.cs b/Common/Constants.cs index 9bf6bc4f..abaea4ea 100644 --- a/Common/Constants.cs +++ b/Common/Constants.cs @@ -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);