r2dbc / r2dbc-pool

Connection Pooling for Reactive Relational Database Connectivity
https://r2dbc.io
Apache License 2.0
331 stars 55 forks source link

Remove unused code and reuse predefined variable #188

Closed jitokim closed 1 year ago

jitokim commented 1 year ago

Remove : int cpuCount = Runtime.getRuntime().availableProcessors(); Replace : configuration.getMaxIdleTime() to maxIdleTime

Make sure that:

Issue description

New Public APIs

Additional context

mp911de commented 1 year ago

Thank you for your contribution. That's merged and backported now.