getConnLimits method

  1. @override
Limit getConnLimits()
override

Implementation

@override
Limit getConnLimits() {
  // This limit is typically for a single connection being opened.
  return _defaultConnLimit;
}