Skip to content

Commit

Permalink
go-ipfs-config: profile: add badger truncate option
Browse files Browse the repository at this point in the history
  • Loading branch information
schomatis committed Oct 29, 2018
1 parent e534f3b commit 77a3e94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/profile.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ Make sure to backup your data frequently.`,
"type": "badgerds",
"path": "badgerds",
"syncWrites": true,
"truncate": true,
},
}
return nil
Expand Down

0 comments on commit 77a3e94

Please sign in to comment.