You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there is an edge case where more than one TXT record for /ipfs/ content path exist (eahc with different TTL) or are we returning CONFLICT_ENTRY error for that?
If multiple TXT entries for the same key are returned it will use the higher one and put CONFLICT_ENTRY messages in the log for the others. The TTL for the returned entry would be the TTL of the returned TXT entry.
The implementations should be forwarding the TTL for the txt entries returned by the server.
The API should probably look like:
This way the ttl can be optional, and users can choose if they implement ttl or not.
The text was updated successfully, but these errors were encountered: