Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperxpro committed Apr 13, 2023
1 parent 4de9e09 commit 7c8ea7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ public static int defaultIoThreadsCount() {
if (threads == -1) {
threads = Runtime.getRuntime().availableProcessors();
}
return 128;
return threads;
}

public static int defaultHashedWheelTimerTickDuration() {
Expand Down

0 comments on commit 7c8ea7b

Please sign in to comment.