@cryptotaxi247 / kubo / commits / 35108597d

go-ipfs-config: config: Add explicit default value for HashOnRead

License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>

Jakub Sztandera committed Jun 24, 2016 at 22:22 UTC 35108597dd505719e2f85c150bb942fa4f88ecee
1 file changed +1
config/init.go
+1
@@ -84,6 +84,7 @@ func datastoreConfig() (Datastore, error) {
84 StorageMax: "10GB",
85 StorageGCWatermark: 90, // 90%
86 GCPeriod: "1h",
87 + HashOnRead: false,
88 }, nil
89 }
90