From b94954635fcfa56766afa2e7e223b6db96f0fcfb Mon Sep 17 00:00:00 2001 From: rht Date: Thu, 12 Nov 2015 22:28:04 +0700 Subject: [PATCH] go-ipfs-config: Add config option for flatfs no-sync License: MIT Signed-off-by: rht --- config/datastore.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config/datastore.go b/config/datastore.go index 89ded36f1..52582bd5c 100644 --- a/config/datastore.go +++ b/config/datastore.go @@ -16,6 +16,7 @@ type Datastore struct { GCPeriod string // in ns, us, ms, s, m, h Params *json.RawMessage + NoSync bool } func (d *Datastore) ParamData() []byte {