RhysB / Project-Poseidon

A CraftBukkit CB1060 fork for Beta 1.7.3 fixing bugs and adding basic features
https://discord.gg/FwKg676
GNU General Public License v3.0
85 stars 29 forks source link

Double overflow sent limit #57

Closed Strultz closed 1 year ago

Strultz commented 1 year ago

So it turns out my chunk speed fix increased the rate of buffer overflow kicks (it happened on AlphaPlace server) After doubling the "disconnect.overflow" byte limit (it's like this in modern mc) it seems to have stopped happening.

ghost commented 1 year ago

Why was this closed? Is there a better way to fix this or did it break anything?