Skip to content

Commit

Permalink
badgerds: updating description field
Browse files Browse the repository at this point in the history
after the cleanup bug has been fixed:

ipfs/go-ds-badger#54 (comment)
  • Loading branch information
RubenKelevra authored Mar 24, 2021
1 parent 6b35ac3 commit 269afca
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions profile.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,13 +156,14 @@ This is the fastest datastore. Use this datastore if performance, especially
when adding many gigabytes of files, is critical. However:
* This datastore will not properly reclaim space when your datastore is
smaller than several gigabytes. If you run IPFS with '--enable-gc' (you have
enabled block-level garbage collection), you plan on storing very little data in
smaller than several gigabytes. If plan on storing very little data in
your IPFS node, and disk usage is more critical than performance, consider using
flatfs.
* This datastore uses up to several gigabytes of memory.
* This datastore may use up to several gigabytes of memory while running badgerdb's
garbage collecctor.
This profile may only be applied when first initializing the node.`,
This profile may only be applied when first initializing the node, otherwise you
need to convert your datastore with ipfs-ds-convert after applying.`,

InitOnly: true,
Transform: func(c *Config) error {
Expand Down

0 comments on commit 269afca

Please sign in to comment.