Skip to content

Commit

Permalink
Update v0.33.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ProximaNova authored Jan 10, 2025
1 parent e3e5972 commit 7ec0c8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/changelogs/v0.33.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ New repositories initialized with `flatfs` in `Datastore.Spec` will have `sync`
The old default was overly conservative and caused performance issues in big repositories that did a lot of writes. There is usually no need to flush on every block write to disk before continuing. Setting this to false is safe as kubo will automatically flush writes to disk before and after performing critical operations like pinning. However, we still provide users with ability to set this to true to be extra-safe (at the cost of a slowdown when adding files in bulk).
#### `ipfs add --to-files` no longer works with `--wrap`
#### `ipfs add --to-files` works better with `--wrap`
Onboarding files and directories with `ipfs add --to-files` now requires non-empty names. due to this, The `--to-files` and `--wrap` options are now mutually exclusive ([#10612](https://github.com/ipfs/kubo/issues/10612)).
Onboarding files and directories with `ipfs add --to-files` <s>now requires non-empty names. due to this, The `--to-files`</s> and `--wrap` now adds the final/wrapped CID to MFS instead of a literal "." ([#10612](https://github.com/ipfs/kubo/issues/10612)).
#### New options for faster writes: `WriteThrough`, `BlockKeyCacheSize`, `BatchMaxNodes`, `BatchMaxSize`
Expand Down

0 comments on commit 7ec0c8c

Please sign in to comment.