go-ipfs-config: profile: badger profile now defaults to asynchronous writes
Adin Schmahmann committed
Dec 16, 2019 at 13:28 UTC
95a14f43ac32abec20de73035b27fbc154fbaa43
1 file changed
+1
-1
config/profile.go
+1
-1
@@ -130,7 +130,7 @@ Make sure to backup your data frequently.`,
130
"child": map[string]interface{}{
131
"type": "badgerds",
132
"path": "badgerds",
133
- "syncWrites": true,
133
+ "syncWrites": false,
134
"truncate": true,
135
},
136
}