1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 09:54:09 +01:00

Remove unused configuration parameters

This commit is contained in:
Roman Zeyde 2021-05-26 15:18:55 +03:00
parent f4102dca86
commit 1d4ab4f325

View File

@ -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"