https://github.com/ipfs/go-ipfs
Raw File
Tip revision: d15a7a2c37e5ad6346f18adc552e91bac6126e1f authored by Gus Eggert on 10 February 2022, 21:55:58 UTC
feat: add grpcds support
Tip revision: d15a7a2
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