Skip to content

Commit

Permalink
go-ipfs-config: Merge pull request ipfs#60 from ipfs/defaults/badger-…
Browse files Browse the repository at this point in the history
…async

profile: badger profile now defaults to asynchronous writes
  • Loading branch information
Stebalien authored Jan 3, 2020
2 parents 763d6b2 + 9fffffb commit 83ea9c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/profile.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Make sure to backup your data frequently.`,
"child": map[string]interface{}{
"type": "badgerds",
"path": "badgerds",
"syncWrites": true,
"syncWrites": false,
"truncate": true,
},
}
Expand Down

0 comments on commit 83ea9c1

Please sign in to comment.