We cannot throttle like this if we want 1.7 compat, lets disable it until we work on a more compatible one.
This commit is contained in:
parent
4685099808
commit
220a95aece
@ -30,8 +30,9 @@ public class PipelineUtils
|
|||||||
{
|
{
|
||||||
if ( BungeeCord.getInstance().getConnectionThrottle().throttle( ( (InetSocketAddress) ch.remoteAddress() ).getAddress() ) )
|
if ( BungeeCord.getInstance().getConnectionThrottle().throttle( ( (InetSocketAddress) ch.remoteAddress() ).getAddress() ) )
|
||||||
{
|
{
|
||||||
ch.close();
|
// TODO: Better throttle - we can't throttle this way if we want to maintain 1.7 compat!
|
||||||
return;
|
// ch.close();
|
||||||
|
// return;
|
||||||
}
|
}
|
||||||
|
|
||||||
BASE.initChannel( ch );
|
BASE.initChannel( ch );
|
||||||
|
Loading…
Reference in New Issue
Block a user