Remove AUTO_READ option from the ServerChannel config

Signed-off-by: Graham <gpe@openrs2.org>
pull/132/head
Graham 3 years ago
parent 81e665e9d8
commit d3b89d5b41
  1. 1
      net/src/main/kotlin/org/openrs2/net/BootstrapFactory.kt

@ -66,7 +66,6 @@ public class BootstrapFactory @Inject constructor(
.group(group)
.channel(channel)
.option(ChannelOption.ALLOCATOR, alloc)
.option(ChannelOption.AUTO_READ, false)
.childOption(ChannelOption.ALLOCATOR, alloc)
.childOption(ChannelOption.AUTO_READ, false)
.childOption(ChannelOption.TCP_NODELAY, true)

Loading…
Cancel
Save