Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
remove default values from config
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Nemirowski <[email protected]>
  • Loading branch information
532910 committed Jul 6, 2023
1 parent 7185761 commit cd705ab
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,21 +104,11 @@ neofs_ir__sidechain_config:
path: '{{ neofs_ir__blockchain_database_path }}'
notary_disabled: '{{ neofs_ir__blockchain_notary_disabled }}'
time_per_block: '{{ neofs_ir__blockchain_time_per_block }}'
max_traceable_blocks: 2102400
seed_nodes: '{{ neofs_ir__blockchain_seed_nodes }}'
rpc:
listen: '{{ neofs_ir__blockchain_rpc_addresses }}'
p2p:
dial_timeout: 3s
proto_tick_interval: 2s
listen: '{{ neofs_ir__blockchain_p2p_addresses }}'
peers:
min: 4
max: 100
attempts: 20
ping:
interval: 30s
timeout: 90s


neofs_ir__raw_config:
Expand All @@ -141,18 +131,8 @@ neofs_ir__raw_config:
fee:
main_chain: 25000000
side_chain: 500000000
named_container_register: 2500000000
timers:
emit: 240
stop_estimation:
mul: 1
div: 4
collect_basic_income:
mul: 1
div: 2
distribute_basic_income:
mul: 3
div: 4
emit:
storage:
amount: 400000000
Expand All @@ -161,9 +141,6 @@ neofs_ir__raw_config:
audit:
pdp:
max_sleep_interval: 500ms
netmap_cleaner:
enabled: true
threshold: 3
workers:
netmap: 100
balance: 100
Expand Down

0 comments on commit cd705ab

Please sign in to comment.