https://github.com/ipfs/go-ipfs
Raw File
Tip revision: bc0d1a460778f4f6e2fa6dfce6d0351baaafeb55 authored by Jorropo on 08 August 2023, 10:26:57 UTC
chore: change version to 0.21.1
Tip revision: bc0d1a4
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