diff --git a/pom.xml b/pom.xml index 1376c1a9..6a46a62e 100644 --- a/pom.xml +++ b/pom.xml @@ -65,7 +65,7 @@ unknown - 4.0.31.Final + 4.0.33.Final 1.7 1.7 UTF-8 diff --git a/proxy/src/main/java/net/md_5/bungee/netty/PipelineUtils.java b/proxy/src/main/java/net/md_5/bungee/netty/PipelineUtils.java index 7b705fc0..a5feb1e2 100644 --- a/proxy/src/main/java/net/md_5/bungee/netty/PipelineUtils.java +++ b/proxy/src/main/java/net/md_5/bungee/netty/PipelineUtils.java @@ -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" );