LuckPerms

LuckPerms

41.4k Downloads

Use pgjdbc-ng driver for PostgreSQL storage backend.

mikroskeem opened this issue ยท 1 comments

commented

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

  1. 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.
commented

I'll look into this, thanks!

If anyone has a chance in the mean time, feel free to PR. :)