I have a plugin that warns me of "lag-inducing" behavior of plugins.
One of those warnings comes up everytime Jail is loaded, saying that
Plugin Jail attempted to establish connection socket://api.mojang.com:443 in main server thread
Is it possible to move that connection handling to a seperate thread, since that would probably be better in several ways?
The only time that happens is when someone jails an offline player, so unless someone wants to submit a pull request to make it better then no it won't be happening.
I have a plugin that warns me of "lag-inducing" behavior of plugins. One of those warnings comes up everytime Jail is loaded, saying that
Plugin Jail attempted to establish connection socket://api.mojang.com:443 in main server thread
Is it possible to move that connection handling to a seperate thread, since that would probably be better in several ways?