Use pgjdbc-ng driver for PostgreSQL storage backend.
mikroskeem opened this issue ยท 1 comments
Why?
[17:16:45 INFO] [me.lucko.luckperms.lib.hikari.pool.PoolBase]: luckperms-hikari - Driver does not support get/set network timeout for connections. (Method me.lucko.luckperms.lib.postgresql.jdbc.PgConnection.getNetworkTimeout() is not yet implemented.)
will be gone
- Could implement new messaging service based on PostgreSQL LISTEN/NOTIFY - while that's already possible using current driver, then you need to execute a query constantly to get new data from the channels. pgjdbc-ng does not need that.