email:
from: [email protected]
to: [email protected]
The read timeout on a Postgres connection cannot be set with standard properties. We have to use a custom property under the following key.
spring.datasource.hikari.data-source-properties
A list of properties that can be used for the Postgres driver can be found on this page.
So, in order to set the socket timeout, we have to set the following key.