LOOHP / InteractionVisualizer

Visualize Function Blocks like Crafting Tables with Animations client-side!
https://www.spigotmc.org/resources/77050/
GNU General Public License v3.0
78 stars 11 forks source link

Add keepalive_time setting for MySQL connections #105

Open Keviro opened 1 year ago

Keviro commented 1 year ago

I am currently experiencing a problem using two different hosts. One of them uses cosmicguard and requires the server to send a keepalive to keep outgoing database connections alive. Otherwise if they are idle for too long cosmic will forget the connection. Sadly I noticed that InteractionVisualizer does not feature that setting yet, which leads to a loss of the database connection after some time.