File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
core/src/main/java/org/geysermc/geyser/network/netty Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ public final class GeyserServer {
119119
120120 public GeyserServer (GeyserImpl geyser , int threadCount ) {
121121 this .geyser = geyser ;
122- this .listenCount = Bootstraps .isReusePortAvailable () ? Integer .getInteger ("Geyser.ListenCount" , 2 ) : 1 ;
122+ this .listenCount = Bootstraps .isReusePortAvailable () ? Integer .getInteger ("Geyser.ListenCount" , 1 ) : 1 ;
123123 GeyserImpl .getInstance ().getLogger ().debug ("Listen thread count: " + listenCount );
124124 this .group = TRANSPORT .eventLoopGroupFactory ().apply (listenCount , new DefaultThreadFactory ("GeyserServer" , true ));
125125 this .childGroup = TRANSPORT .eventLoopGroupFactory ().apply (threadCount , new DefaultThreadFactory ("GeyserServerChild" , true ));
You can’t perform that action at this time.
0 commit comments