mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-01 22:37:51 +08:00
Merge pull request #6401 from ipfs/doc-hashonread-default
docs: default value for HashOnRead is false
This commit is contained in:
commit
21f3ebe3b6
@ -153,6 +153,8 @@ Default: `1h`
|
||||
A boolean value. If set to true, all block reads from disk will be hashed and
|
||||
verified. This will cause increased CPU utilization.
|
||||
|
||||
Default: `false`
|
||||
|
||||
- `BloomFilterSize`
|
||||
A number representing the size in bytes of the blockstore's [bloom filter](https://en.wikipedia.org/wiki/Bloom_filter). A value of zero represents the feature being disabled.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user