From cd705ab7bd2bd7d308273bf7fe764266c6c2f50a Mon Sep 17 00:00:00 2001 From: Sergio Nemirowski Date: Thu, 6 Jul 2023 06:59:25 +0300 Subject: [PATCH] remove default values from config Signed-off-by: Sergio Nemirowski --- defaults/main.yml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index d1c4065..7ea0102 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -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: @@ -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 @@ -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