From 1d4ab4f325a99f256529cfa1d55424b9b6aba0b5 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Wed, 26 May 2021 15:18:55 +0300 Subject: [PATCH] Remove unused configuration parameters --- internal/config_specification.toml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/internal/config_specification.toml b/internal/config_specification.toml index d69c2cc..15ba95d 100644 --- a/internal/config_specification.toml +++ b/internal/config_specification.toml @@ -34,14 +34,6 @@ name = "blocks_dir" type = "std::path::PathBuf" doc = "Analogous to bitcoind's -blocksdir option, this specifies the directory containing the raw blocks files (blk*.dat)" -[[param]] -name = "cookie" -type = "String" -doc = "DEPRECATED: use cookie_file or auth instead!" -# Force the user to use config file in order to avoid password leaks -argument = false -env_var = false - [[param]] name = "auth" type = "String" @@ -102,18 +94,6 @@ default = "10" name = "ignore_mempool" doc = "Don't sync mempool - queries will show only confirmed transactions." -[[param]] -name = "tx_cache_size_mb" -type = "f32" -doc = "Total size of transactions to cache (MB)" -default = "10.0" - -[[param]] -name = "blocktxids_cache_size_mb" -type = "f32" -doc = "Total size of block transactions IDs to cache (in MB)" -default = "10.0" - [[param]] name = "txid_limit" type = "usize"