Update Netty and enable EPoll transport.
This commit is contained in:
parent
1182affa09
commit
f5552963b8
2
pom.xml
2
pom.xml
@ -65,7 +65,7 @@
|
||||
|
||||
<properties>
|
||||
<build.number>unknown</build.number>
|
||||
<netty.version>4.0.31.Final</netty.version>
|
||||
<netty.version>4.0.33.Final</netty.version>
|
||||
<maven.compiler.source>1.7</maven.compiler.source>
|
||||
<maven.compiler.target>1.7</maven.compiler.target>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
@ -81,7 +81,7 @@ public class PipelineUtils
|
||||
|
||||
static
|
||||
{
|
||||
if ( !PlatformDependent.isWindows() && Boolean.parseBoolean( System.getProperty( "bungee.epoll", "false" ) ) )
|
||||
if ( !PlatformDependent.isWindows() && Boolean.parseBoolean( System.getProperty( "bungee.epoll", "true" ) ) )
|
||||
{
|
||||
ProxyServer.getInstance().getLogger().info( "Not on Windows, attempting to use enhanced EpollEventLoop" );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user