Skip to content

Commit 0005ac8

Browse files
committed
ipns: lower the suggested default TTL
Rationale: ipfs/kubo#10718
1 parent f504d04 commit 0005ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ipns/ipns-record.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ A logical :dfn[IPNS Record] is a data structure containing the following fields:
160160

161161
- A hint for how long (in nanoseconds) the record should be cached before going back to, for instance the DHT, in order to check if it has been updated. The function and trade-offs of this value are analogous to the TTL of DNS record.
162162
- Implementations MUST include this value inside the DAG-CBOR document at `IpnsEntry.data[TTL]`.
163-
- Suggested default: 1 hour (3 600 000 000 000 nanoseconds).
163+
- Suggested default: 5 minutes (300 000 000 000 nanoseconds).
164164

165165
#### :dfn[Public Key]{also="ipns-record-public-key"} (bytes)
166166

0 commit comments

Comments
 (0)