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

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
Jakub Sztandera 2016-06-24 22:22:38 +02:00
parent 6135edf075
commit 35108597dd

View File

@ -84,6 +84,7 @@ func datastoreConfig() (Datastore, error) {
StorageMax: "10GB",
StorageGCWatermark: 90, // 90%
GCPeriod: "1h",
HashOnRead: false,
}, nil
}