Merge pull request #6401 from ipfs/doc-hashonread-default

docs: default value for HashOnRead is false
This commit is contained in:
Steven Allen 2019-06-04 09:12:19 -07:00 committed by GitHub
commit 21f3ebe3b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.