You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm unable to set BACKGROUND_EVICTION_INTERVAL via ConnectionFactoryOptions.builder().option(PoolingConnectionFactoryProvider.BACKGROUND_EVICTION_INTERVAL,XXXX)
Seem like XXXX can only be Integer and internally, it requires it to be either String or Duration. Am I missing something?
The text was updated successfully, but these errors were encountered:
r2dbc-pool/src/main/java/io/r2dbc/pool/PoolingConnectionFactoryProvider.java
Line 60 in dae00e5
I'm unable to set
BACKGROUND_EVICTION_INTERVAL
viaConnectionFactoryOptions.builder().option(PoolingConnectionFactoryProvider.BACKGROUND_EVICTION_INTERVAL,XXXX)
Seem like
XXXX
can only be Integer and internally, it requires it to be eitherString
orDuration
. Am I missing something?The text was updated successfully, but these errors were encountered: