forked from TrueCloudLab/frostfs-dev-env
[#139] .mk: allow to set container alias fee
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
1fdc65e563
commit
34382823d7
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ update.audit_fee:
|
|||
update.container_fee:
|
||||
@./bin/config.sh int ContainerFee $(val)
|
||||
|
||||
# Update container alias fee per alphabet node in fixed 12 (make update.container_alias_fee val=100)
|
||||
update.container_alias_fee:
|
||||
@./bin/config.sh int ContainerAliasFee $(val)
|
||||
|
||||
# Update amount of EigenTrust iterations (make update.eigen_trust_iterations val=2)
|
||||
update.eigen_trust_iterations:
|
||||
@./bin/config.sh int EigenTrustIterations $(val)
|
||||
|
|
Loading…
Reference in a new issue