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 a84c859 commit c04c1dc
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 c04c1dc

Please sign in to comment.