Skip to content

Commit

Permalink
Merge pull request #492 from ipfs/ipns-ttl-5m-default-suggestion
Browse files Browse the repository at this point in the history
ipns: lower the suggested default TTL
  • Loading branch information
lidel authored Feb 28, 2025
2 parents f504d04 + 6c73503 commit 6caa019
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ipns/ipns-record.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: IPNS Record and Protocol
description: >
Specifies the IPNS protocol in a language-agnostic manner, allowing everyone to
create a compatible IPNS Record Publisher or Resolver.
date: 2023-10-03
date: 2025-02-28
maturity: reliable
editors:
- name: Vasco Santos
Expand Down Expand Up @@ -160,7 +160,7 @@ A logical :dfn[IPNS Record] is a data structure containing the following fields:

- 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.
- Implementations MUST include this value inside the DAG-CBOR document at `IpnsEntry.data[TTL]`.
- Suggested default: 1 hour (3 600 000 000 000 nanoseconds).
- Suggested default: 5 minutes (300 000 000 000 nanoseconds).

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

Expand Down

0 comments on commit 6caa019

Please sign in to comment.