pgjdbc-ng icon indicating copy to clipboard operation
pgjdbc-ng copied to clipboard

update protocol properties at the time of connection creation

Open rajatgoyal247341 opened this issue 3 years ago • 0 comments

I want to change protocol setting ( mentioned at ) ( protocol.io.threads ) for a given connection. I have set "protocol.io.threads" in java.util.properties() and passed that to java.sql.DriverManager.getConnection(dbUrl,properties) to create the connection. But looks like it is still working on default size ( 3) only.

I used the same way to set "housekeeper.enabled" and worked perfectly. How come it is not working for "protocol.io.threads" ?

Please let me know how can we change it ?

We are using 0.8.4 version of jar as dependency.

rajatgoyal247341 avatar Jul 20 '22 11:07 rajatgoyal247341