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
Rapidly-fired queries can exhaust the pool capability and lead to odd
results. In test, we've witnessed "Connection Terminated" flakiness
with many fast test suites. This, combined with setting
`lazyConnect: true` and `idleTimeoutMillis: 0`, alleviates the issue.
0 commit comments