go-ipfs-config: Add config option for flatfs no-sync
License: MIT Signed-off-by: rht <rhtbot@gmail.com>
rht committed
Nov 12, 2015 at 22:28 UTC
b94954635fcfa56766afa2e7e223b6db96f0fcfb
1 file changed
+1
config/datastore.go
+1
@@ -16,6 +16,7 @@ type Datastore struct {
16
GCPeriod string // in ns, us, ms, s, m, h
17
18
Params *json.RawMessage
19
+ NoSync bool
20
}
21
22
func (d *Datastore) ParamData() []byte {