From 9fffffbdafcf0ad45ab742f9225794b42c03b6f0 Mon Sep 17 00:00:00 2001 From: Adin Schmahmann Date: Mon, 16 Dec 2019 13:28:05 -0500 Subject: [PATCH] go-ipfs-config: profile: badger profile now defaults to asynchronous writes --- config/profile.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/profile.go b/config/profile.go index 458f6a822149..bf0569535da8 100644 --- a/config/profile.go +++ b/config/profile.go @@ -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, }, }