forked from TrueCloudLab/frostfs-aio
[#3] Enable homomorphic hashes for containers
Public integration tests, e.g. http-gw tests, create default containers with homomorphic hashes. It should not be disabled by default. The same config is applied in frostfs-dev-env repo. Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
parent
e28ab1c22a
commit
0f46999aec
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ network:
|
|||
max_object_size: 67108864
|
||||
epoch_duration: 240
|
||||
basic_income_rate: 0
|
||||
homomorphic_hash_disabled: true
|
||||
homomorphic_hash_disabled: false
|
||||
fee:
|
||||
audit: 10000
|
||||
candidate: 10000000000
|
||||
|
|
Loading…
Reference in a new issue