Checks the pool connections and limits.
@override FutureOr<bool> checkPool() => checkPoolSize(minConnections, maxConnections, 30000);