go-ipfs-config: profile: add badger truncate option
Lucas Molas committed
Oct 29, 2018 at 11:03 UTC
77a3e94a6330a964aa27f8269d50ae1ee39aa613
1 file changed
+1
config/profile.go
+1
@@ -121,6 +121,7 @@ Make sure to backup your data frequently.`,
121
"type": "badgerds",
122
"path": "badgerds",
123
"syncWrites": true,
124
+ "truncate": true,
125
},
126
}
127
return nil