You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Shared/PlasmaShared/GlobalConst.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -131,8 +131,6 @@ public static BasicHttpBinding CreateBasicHttpBinding()
131
131
publicconstintCommanderProfileCount=6;
132
132
publicconstintNumCommanderLevels=5;
133
133
publicconstintMaxCommanderNameLength=20;
134
-
publicconstintMillisecondsPerCharacter=50;//Maximum allowed chat messaging rate before it is considered spam, 80ms is equivalent to 120 WPM, which covers typing speeds of anyone short of a stenographer.
135
-
publicconstintMinMillisecondsBetweenMessages=1000;//Disallow sending more than one message per this interval
136
134
137
135
publicconststringDefaultEngineOverride="104.0.1-287-gf7b0fcc";// hack for ZKL using tasclient's engine - override here for missions etc
138
136
@@ -244,6 +242,8 @@ public static BasicHttpBinding CreateBasicHttpBinding()
244
242
245
243
publicconstintLobbyThrottleBytesPerSecond=2000;
246
244
publicconstintLobbyMaxMessageSize=2000;
245
+
publicconstintMillisecondsPerCharacter=50;//Maximum allowed chat messaging rate before it is considered spam, 80ms is equivalent to 120 WPM, which covers typing speeds of anyone short of a stenographer.
246
+
publicconstintMinMillisecondsBetweenMessages=1000;//Disallow sending more than one message per this interval
0 commit comments