When attempting to server-save large config files, Netty kicks you due to overloaded packet size
AlienXAXS opened this issue ยท 1 comments
Hi,
Apologies if this has already been brought to your attention, but when attempting to edit a large config file (in this case Minecolonies) while on a server, the player is kicked from the server when "Done" is clicked due to the payload exceeding 32767 bytes.
I am unsure if this is a netty limitation that you can alter, or if you would need to send config files back in chunks and reassemble them on the servers end, but I thought that I would let you know.
Cheers :)