We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78c1039 commit a01538bCopy full SHA for a01538b
1 file changed
Common/Constants/HardLimits.cs
@@ -6,7 +6,7 @@ public static class HardLimits
6
public const byte MaxControlIntensity = 100;
7
8
public const ushort MinControlDuration = 300;
9
- public const ushort MaxControlDuration = 30000; // TODO: No reason to hard limit this to 30 seconds, can we extend it to ushort.MaxValue (65535)?
+ public const ushort MaxControlDuration = ushort.MaxValue; // 65.535 seconds
10
11
public const int UsernameMinLength = 3;
12
public const int UsernameMaxLength = 32;
0 commit comments