go-ipfs-config: make publish more configurable and add test for repub
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Jeromy committed
Sep 30, 2015 at 11:03 UTC
a28d610d804be028408d027163d717efd8977bf3
1 file changed
+1
config/ipns.go
+1
@@ -2,4 +2,5 @@ package config
2
3
type Ipns struct {
4
RepublishPeriod string
5
+ RecordLifetime string
6
}