storacha / w3name

IPNS client and service for generating, updating, and tracking immutable names with signed updates
Other
45 stars 12 forks source link

Prevent sending rebroadcast request for records with an expired validity #37

Closed francois-potato closed 2 years ago

francois-potato commented 2 years ago

At the moment we rebroadcast every records. When the validity is out of date, ipns-publisher responds with a 400 HTTP error. Preventing sending a rebroadcast request for out of date records will help reduce work load.