mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-26 12:57:44 +08:00
go-ipfs-config: Add config option for flatfs no-sync
License: MIT Signed-off-by: rht <rhtbot@gmail.com>
This commit is contained in:
parent
45deffe50e
commit
b94954635f
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user