mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-12 11:48:07 +08:00
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:
parent
6135edf075
commit
35108597dd
@ -84,6 +84,7 @@ func datastoreConfig() (Datastore, error) {
|
||||
StorageMax: "10GB",
|
||||
StorageGCWatermark: 90, // 90%
|
||||
GCPeriod: "1h",
|
||||
HashOnRead: false,
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user