https://github.com/ipfs/go-ipfs
Raw File
Tip revision: 675f8bddc18baf473f728af5ea8701cb79f97854 authored by Piotr Galar on 30 January 2023, 13:19:42 UTC
Merge pull request #9611 from ipfs/release-v0.18.1
Tip revision: 675f8bd
ipns.go
package config

type Ipns struct {
	RepublishPeriod string
	RecordLifetime  string

	ResolveCacheSize int

	// Enable namesys pubsub (--enable-namesys-pubsub)
	UsePubsub Flag `json:",omitempty"`
}
back to top