Updated Storage system errors (markdown)

Luck 2018-03-13 16:19:52 +00:00
parent 3d89bbf46d
commit c569efce56

@ -89,7 +89,9 @@ ___
### MySQL "No operations allowed after connection closed" error ### MySQL "No operations allowed after connection closed" error
If you get an error similar to: If you get an error similar to:
> com.zaxxer.hikari.pool.PoolBase - luckperms - Failed to validate connection com.mysql.jdbc.JDBC4Connection@xxxxxxx (No operations allowed after connection closed.) > me.lucko.luckperms.lib.hikari.pool.PoolBase - luckperms - Failed to validate connection com.mysql.jdbc.JDBC4Connection@xxxxxxx (No operations allowed after connection closed.)
> me.lucko.luckperms.lib.hikari.pool.PoolBase - luckperms - Failed to validate connection me.lucko.luckperms.lib.mariadb.MariaDbConnection@xxxxxxx (xxx cannot be called on a closed connection)
... you need to modify the `maximum-lifetime` setting in the 'pool-settings' section, within "Storage", in the LuckPerms config file. ... you need to modify the `maximum-lifetime` setting in the 'pool-settings' section, within "Storage", in the LuckPerms config file.