Skip to content

Commit 615456e

Browse files
authored
docs: validity follows expiration window
1 parent 6727a14 commit 615456e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipns/IPNS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ A logical IPNS record is a data structure containing the following fields:
132132
- Implementations MUST support `validityType = 0` and include this value in both `IpnsEntry.validityType` and inside the DAG-CBOR document at `IpnsEntry.data[validityType]`.
133133
- **Validity** (bytes)
134134
- When `validityType = 0`
135-
- Expiration date of the record with nanoseconds precision.
135+
- Expiration date of the record with nanoseconds precision. We suggest this value to follow the expiration window of the publishing medium. For example, records published in the DHT should expire 48 hours after being published.
136136
- Represented as an ASCII string that follows notation from [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) (`1970-01-01T00:00:00.000000001Z`).
137137
- Implementations MUST include this value in both `IpnsEntry.validity` and inside the DAG-CBOR document at `IpnsEntry.data[validity]`.
138138
- **Sequence** (uint64)

0 commit comments

Comments
 (0)