Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit a1a2db4

Browse files
authored
Merge pull request #60 from ipfs/defaults/badger-async
profile: badger profile now defaults to asynchronous writes
2 parents 98ec0ae + 95cb713 commit a1a2db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

profile.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Make sure to backup your data frequently.`,
130130
"child": map[string]interface{}{
131131
"type": "badgerds",
132132
"path": "badgerds",
133-
"syncWrites": true,
133+
"syncWrites": false,
134134
"truncate": true,
135135
},
136136
}

0 commit comments

Comments
 (0)