🌳
pt0/serverF/dbF/staleConnRecoverAI.mts
4// Evict stale cached connection pools, then bounded-wait for the port-forward
5// watchdog to revive the tunnel before the caller rebuilds connections.
6export const recoverStaleDbConns = async () => {
8 await portForwardMgr.awaitRecovery()
9}