go-ipfs-config: Add config option for flatfs no-sync

License: MIT
Signed-off-by: rht <rhtbot@gmail.com>
This commit is contained in:
rht 2015-11-12 22:28:04 +07:00 committed by Jeromy
parent 45deffe50e
commit b94954635f

View File

@ -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 {