kubo/repo/config/ipns.go
Jeromy c7fb7ce17d 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
}