Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Ipns.ReproviderDuration for PubSub GC #165

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ipns.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ type Ipns struct {
RepublishPeriod string
RecordLifetime string

ResolveCacheSize int
ResolveCacheSize int
ReproviderDuration *OptionalDuration `json:",omitempty"`

// Enable namesys pubsub (--enable-namesys-pubsub)
UsePubsub Flag `json:",omitempty"`
Expand Down