kubo/config/ipns.go
Jeromy d84895e0d9 go-ipfs-config: cache ipns entries to speed things up a little
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-11-02 12:53:08 -08:00

9 lines
108 B
Go

package config
type Ipns struct {
RepublishPeriod string
RecordLifetime string
ResolveCacheSize int
}