From c30aaa921ac57ab134cafbc370289ce1b8d85d62 Mon Sep 17 00:00:00 2001 From: Oli Evans Date: Tue, 4 Jun 2019 16:17:32 +0100 Subject: [PATCH] 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 --- docs/config.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/config.md b/docs/config.md index a5e6f6af8..862713f65 100644 --- a/docs/config.md +++ b/docs/config.md @@ -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.