Remove Queue Breaks
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is pending Details

This commit is contained in:
Sarah Jamie Lewis 2022-12-07 13:23:16 -08:00
parent 5ef2f6f94c
commit 667fc15294
1 changed files with 0 additions and 2 deletions

View File

@ -190,7 +190,6 @@ func (cr *contactRetry) run() {
if contact.state == connections.DISCONNECTED {
cr.publishConnectionRequest(contact)
connectingCount++
break
}
}
@ -203,7 +202,6 @@ func (cr *contactRetry) run() {
if contact.state == connections.DISCONNECTED {
cr.publishConnectionRequest(contact)
connectingCount++
break
}
}
cr.lastCheck = time.Now()