Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
slowcheet4h committed Feb 27, 2022
1 parent 09f43ed commit fab93e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/yystal/YTestStart.java
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public static void main(final String[] args) {
kThread.sleep(50);
}
}
long secondCheck = stopWatcher() - massConnectClientSize * 50;
long secondCheck = stopWatcher() - massConnectClientSize * 50; /* remove the amount of time we sleep */;
System.out.println("Mass connect check took: (" + massConnectClientSize + " clients) " + secondCheck + "ms");
System.out.println("=============================");
kThread.sleep(1099900);
Expand Down

0 comments on commit fab93e8

Please sign in to comment.