account for new config params iavl_cache_size, chains_hot_reload

This commit is contained in:
cventastic
2022-05-16 07:31:00 +02:00
parent 97eb058ecf
commit 805e283687

View File

@@ -130,7 +130,6 @@
"data_dir": "/home/app/.pocket", "data_dir": "/home/app/.pocket",
"genesis_file": "genesis.json", "genesis_file": "genesis.json",
"chains_name": "chains.json", "chains_name": "chains.json",
"session_db_name": "session",
"evidence_db_name": "pocket_evidence", "evidence_db_name": "pocket_evidence",
"tendermint_uri": "tcp://localhost:26657", "tendermint_uri": "tcp://localhost:26657",
"keybase_name": "pocket-keybase", "keybase_name": "pocket-keybase",
@@ -141,7 +140,7 @@
"json_sort_relay_responses": true, "json_sort_relay_responses": true,
"remote_cli_url": "http://localhost:8081", "remote_cli_url": "http://localhost:8081",
"user_agent": "", "user_agent": "",
"validator_cache_size": 10000, "validator_cache_size": 40000,
"application_cache_size": 10000, "application_cache_size": 10000,
"rpc_timeout": 30000, "rpc_timeout": 30000,
"pocket_prometheus_port": "8083", "pocket_prometheus_port": "8083",
@@ -151,6 +150,8 @@
"ctx_cache_size": 20, "ctx_cache_size": 20,
"abci_logging": false, "abci_logging": false,
"show_relay_errors": true, "show_relay_errors": true,
"disable_tx_events": true "disable_tx_events": true,
"iavl_cache_size": 5000000,
"chains_hot_reload": false
} }
} }