diff --git a/internal/alloydb/instance.go b/internal/alloydb/instance.go index ac05393c..bb728811 100644 --- a/internal/alloydb/instance.go +++ b/internal/alloydb/instance.go @@ -205,8 +205,6 @@ func (i *Instance) ForceRefresh() { if i.next.cancel() { i.next = i.scheduleRefresh(0) } - // block all sequential connection attempts on the next refresh result - i.cur = i.next } // result returns the most recent refresh result (waiting for it to complete if