PaperMC / Waterfall

BungeeCord fork that aims to improve performance and stability.
https://papermc.io
MIT License
742 stars 297 forks source link

Slow join times for 1.8 #781

Closed ky678 closed 1 year ago

ky678 commented 1 year ago

When using a 1.8.8 paper server with 1.8.9 client and waterfall-504, it takes 13 seconds to join the server. I did not make any changes to the server files except setting online-mode=false in server.properties. Replacing the jar with bungeecord fixes it. All of this is done on the same pc and the client is 1.8.9 with optifine.

Waterfall log file (Does not show any errors) latest.log

Config.yml (Default) https://pastebin.com/PHrW0K0q Waterfall.yml (Also Default) https://pastebin.com/5vfBDhuE server.properties (Default except online-mode=false) https://pastebin.com/YuQvHjFs

Please don't ask me for more details unless

electronicboy commented 1 year ago

primary thing is gonna be suggesting to disable things like netty/async DNS inside of the waterfall config, otherwise, I don't have the means to even try to reproduce this (nor does it seem like much of an issue outside of the years long misnomer where some people have stupidly long join times on bungee/waterfall in general, sometimes in which switching between the two can resolve it)

ky678 commented 1 year ago

primary thing is gonna be suggesting to disable things like netty/async DNS inside of the waterfall config, otherwise, I don't have the means to even try to reproduce this (nor does it seem like much of an issue outside of the years long misnomer where some people have stupidly long join times on bungee/waterfall in general, sometimes in which switching between the two can resolve it)

Disabling use_netty_dns_resolver fixed it. Thank you.