1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-10 09:52:20 +08:00
Files
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
}