Skip to content

Commit

Permalink
config: Add explicit default value for HashOnRead
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
  • Loading branch information
Kubuxu committed Jun 24, 2016
1 parent 0f3dc1e commit 174ab12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions repo/config/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ func datastoreConfig() (Datastore, error) {
StorageMax: "10GB",
StorageGCWatermark: 90, // 90%
GCPeriod: "1h",
HashOnRead: false,
}, nil
}

Expand Down

0 comments on commit 174ab12

Please sign in to comment.