Skip to content

Commit 6caa019

Browse files
authored
Merge pull request #492 from ipfs/ipns-ttl-5m-default-suggestion
ipns: lower the suggested default TTL
2 parents f504d04 + 6c73503 commit 6caa019

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ipns/ipns-record.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: IPNS Record and Protocol
33
description: >
44
Specifies the IPNS protocol in a language-agnostic manner, allowing everyone to
55
create a compatible IPNS Record Publisher or Resolver.
6-
date: 2023-10-03
6+
date: 2025-02-28
77
maturity: reliable
88
editors:
99
- name: Vasco Santos
@@ -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)