Project cleanup pre merge.

This commit is contained in:
2023-07-15 09:23:48 -04:00
parent 134b651df8
commit 9bbdef224d
747 changed files with 99704 additions and 101200 deletions
+3 -3
View File
@@ -26,10 +26,10 @@ public class NetMsgStat {
private final AtomicInteger countOverMax = new AtomicInteger();
public NetMsgStat(Protocol protocolMsg, int startSize) {
if (startSize < 10)
startSize = 10;
if (startSize > 30)
startSize = 30;
@@ -57,7 +57,7 @@ public class NetMsgStat {
if (this.max.get() < i)
this.max.set(i);
if (i <= avg)
this.countUnderAverage.incrementAndGet();
else if (i < this.max.get())