From 34382823d7f71809537d4c66ab2b9d33adb95b23 Mon Sep 17 00:00:00 2001 From: Evgenii Stratonikov Date: Tue, 19 Oct 2021 13:33:42 +0300 Subject: [PATCH] [#139] .mk: allow to set container alias fee Signed-off-by: Evgenii Stratonikov --- neofs_config.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/neofs_config.mk b/neofs_config.mk index 8863b42..4f2d908 100644 --- a/neofs_config.mk +++ b/neofs_config.mk @@ -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)