@cryptotaxi247 / kubo / commits / 174ab12c6

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 174ab12c67873678a0a5d8dd9c030f2e01dd0218
1 file changed +1
repo/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