From a28d610d804be028408d027163d717efd8977bf3 Mon Sep 17 00:00:00 2001 From: Jeromy Date: Wed, 30 Sep 2015 11:03:44 -0700 Subject: [PATCH] go-ipfs-config: make publish more configurable and add test for repub License: MIT Signed-off-by: Jeromy --- config/ipns.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config/ipns.go b/config/ipns.go index feb77be10..feab6f044 100644 --- a/config/ipns.go +++ b/config/ipns.go @@ -2,4 +2,5 @@ package config type Ipns struct { RepublishPeriod string + RecordLifetime string }