Select Git revision
ipns.go 197 B
package config
type Ipns struct {
RepublishPeriod string
RecordLifetime string
ResolveCacheSize int
// Enable namesys pubsub (--enable-namesys-pubsub)
UsePubsub Flag `json:",omitempty"`
}
* enable pubsub and namesys pubsub to be enable via config * rename Ipns key, switch type to Flag * omit the fields if empty