In all plugins that use MySqlConnector we use Pooling - What is pooling? We create connections to the database, but after the task is done, they are not closed but go to the reuse pool, which can sometimes cause crashes with more players and a large number of database queries.
In all plugins that use MySqlConnector we use Pooling - What is pooling? We create connections to the database, but after the task is done, they are not closed but go to the reuse pool, which can sometimes cause crashes with more players and a large number of database queries.
-- partiusfabaa