https://specs.ipfs.tech/ipns/ipns-pubsub-router/#protocol
- When receiving a record if it's better than the current record keep it and republish the message
Currently the PubSubRouter does not republish better records on finding them. The IPNS Republisher does republish records to all routers but this is on interval and happens every 24 hours which is mostly relevant for the DHT.
The PubSubRouter should be updated to pubsub publish any better records it finds, from libp2p/fetch or on the pubsub topic.
https://specs.ipfs.tech/ipns/ipns-pubsub-router/#protocol
Currently the PubSubRouter does not republish better records on finding them. The IPNS Republisher does republish records to all routers but this is on interval and happens every 24 hours which is mostly relevant for the DHT.
The PubSubRouter should be updated to pubsub publish any better records it finds, from libp2p/fetch or on the pubsub topic.