When a contact's hop value changes, it is not re-emitted from createFriendStream.
This means that we only get replication requests for new contacts. This works fairly well when hops: 3, but when dropped to 2, it means that a lot of feeds are never requested when their distance is changing from 3 to 2.
sbot won't replicate with the new foafs until restart.
When a contact's hop value changes, it is not re-emitted from
createFriendStream
.This means that we only get replication requests for new contacts. This works fairly well when
hops: 3
, but when dropped to2
, it means that a lot of feeds are never requested when their distance is changing from3
to2
.sbot won't replicate with the new foafs until restart.