Skip to content

Commit

Permalink
docs: PeerCondition variant becomes default
Browse files Browse the repository at this point in the history
  • Loading branch information
b-zee committed Sep 21, 2023
1 parent b04e737 commit b1610c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swarm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 0.44.0 - unreleased

- Add `PeerCondition` variant `DisconnectedAndNotDialing`, combining pre-existing conditions.
- Add `PeerCondition` variant `DisconnectedAndNotDialing`, combining pre-existing conditions. This is the new default.
A new dialing attempt is iniated _only if_ the peer is both considered disconnected and there is currently no ongoing dialing attempt.
See [PR 4225].

Expand Down

0 comments on commit b1610c6

Please sign in to comment.