Closed tanner0101 closed 4 years ago
Adds connectionPoolTimeout (TimeAmount) parameter to MySQL configuration methods (#187).
connectionPoolTimeout
TimeAmount
app.databases.use(.mysql(..., connectionPoolTimeout: .seconds(10))
Related to https://github.com/vapor/fluent-postgres-driver/pull/161
These changes are now available in 4.0.0-rc.2.1
Adds
connectionPoolTimeout
(TimeAmount
) parameter to MySQL configuration methods (#187).