remove dial wake change

This commit is contained in:
William Banfield
2022-06-21 19:39:08 -04:00
parent 1b872d768b
commit 91e62483cb

View File

@@ -466,11 +466,6 @@ func (r *Router) dialSleep(ctx context.Context) {
}
r.options.DialSleep(ctx)
if !r.peerManager.HasDialedMaxPeers() {
r.peerManager.dialWaker.Wake()
}
}
// acceptPeers accepts inbound connections from peers on the given transport,