@cryptotaxi247 / kubo / commits / c30aaa921

docs: default value for HashOnRead is false

This is currently the case. It should be filpped to true, but in the meantime let's document the current situation See: https://github.com/ipfs/go-ipfs/issues/1152

Oli Evans committed Jun 4, 2019 at 16:17 UTC c30aaa921ac57ab134cafbc370289ce1b8d85d62
1 file changed +2
docs/config.md
+2
@@ -153,6 +153,8 @@ Default: `1h`
153 A boolean value. If set to true, all block reads from disk will be hashed and
154 verified. This will cause increased CPU utilization.
155
156 +Default: `false`
157 +
158 - `BloomFilterSize`
159 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.
160