Skip to content

Commit

Permalink
feat: ipns max cache ttl
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Feb 19, 2024
1 parent 3a68d6e commit 085d266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ The maximum duration which entries are valid in the name system cache. They are

When `RAINBOW_IPNS_MAX_CACHE_TTL` is set, it defines the upper bound limit of how long a [IPNS Name](https://specs.ipfs.tech/ipns/ipns-record/#ipns-name) lookup result will be cached and read from cache before checking for updates.

Default: No upper bound, [TTL from IPNS Record](https://specs.ipfs.tech/ipns/ipns-record/#ttl-uint64) (see `ipns name publish --help`) is always respected.
Default: No upper bound, [TTL from IPNS Record](https://specs.ipfs.tech/ipns/ipns-record/#ttl-uint64)

### `KUBO_RPC_URL`

Expand Down

0 comments on commit 085d266

Please sign in to comment.