Cleanup configs
This commit is contained in:
parent
651c4005ab
commit
c9cbdab2b9
2 changed files with 44 additions and 88 deletions
|
@ -1,40 +1,22 @@
|
|||
{
|
||||
"network": {
|
||||
"blockchain": "Bitcoin",
|
||||
"network": "Mainnet"
|
||||
},
|
||||
"data_directory": "cli-data",
|
||||
"http_timeout": 300,
|
||||
"max_retries": 5,
|
||||
"retry_elapsed_time": 0,
|
||||
"max_online_connections": 1000,
|
||||
"max_sync_concurrency": 0,
|
||||
"tip_delay": 1800,
|
||||
"log_configuration": false,
|
||||
"compression_disabled": true,
|
||||
"memory_limit_disabled": true,
|
||||
"data": {
|
||||
"active_reconciliation_concurrency": 0,
|
||||
"inactive_reconciliation_concurrency": 0,
|
||||
"inactive_reconciliation_frequency": 0,
|
||||
"log_blocks": false,
|
||||
"log_transactions": false,
|
||||
"log_balance_changes": false,
|
||||
"log_reconciliations": false,
|
||||
"ignore_reconciliation_error": false,
|
||||
"exempt_accounts": "",
|
||||
"bootstrap_balances": "",
|
||||
"interesting_accounts": "",
|
||||
"reconciliation_disabled": false,
|
||||
"inactive_discrepency_search_disabled": false,
|
||||
"balance_tracking_disabled": false,
|
||||
"coin_tracking_disabled": false,
|
||||
"end_conditions": {
|
||||
"reconciliation_coverage": {
|
||||
"coverage": 0.95,
|
||||
"from_tip": true
|
||||
}
|
||||
"network": {
|
||||
"blockchain": "Bitcoin",
|
||||
"network": "Mainnet"
|
||||
},
|
||||
"results_output_file": ""
|
||||
}
|
||||
"data_directory": "cli-data",
|
||||
"http_timeout": 300,
|
||||
"max_retries": 5,
|
||||
"max_online_connections": 1000,
|
||||
"tip_delay": 1800,
|
||||
"compression_disabled": true,
|
||||
"memory_limit_disabled": true,
|
||||
"data": {
|
||||
"initial_balance_fetch_disabled": true,
|
||||
"end_conditions": {
|
||||
"reconciliation_coverage": {
|
||||
"coverage": 0.95,
|
||||
"from_tip": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,55 +1,29 @@
|
|||
{
|
||||
"network": {
|
||||
"blockchain": "Bitcoin",
|
||||
"network": "Testnet3"
|
||||
},
|
||||
"data_directory": "cli-data",
|
||||
"http_timeout": 300,
|
||||
"max_retries": 5,
|
||||
"retry_elapsed_time": 0,
|
||||
"max_online_connections": 1000,
|
||||
"max_sync_concurrency": 0,
|
||||
"tip_delay": 1800,
|
||||
"log_configuration": false,
|
||||
"compression_disabled": true,
|
||||
"memory_limit_disabled": true,
|
||||
"construction": {
|
||||
"max_offline_connections": 0,
|
||||
"stale_depth": 0,
|
||||
"broadcast_limit": 0,
|
||||
"ignore_broadcast_failures": false,
|
||||
"clear_broadcasts": false,
|
||||
"broadcast_behind_tip": false,
|
||||
"block_broadcast_limit": 0,
|
||||
"rebroadcast_all": false,
|
||||
"constructor_dsl_file": "bitcoin.ros",
|
||||
"end_conditions": {
|
||||
"create_account": 10,
|
||||
"transfer": 10
|
||||
}
|
||||
},
|
||||
"data": {
|
||||
"active_reconciliation_concurrency": 0,
|
||||
"inactive_reconciliation_concurrency": 0,
|
||||
"inactive_reconciliation_frequency": 0,
|
||||
"log_blocks": false,
|
||||
"log_transactions": false,
|
||||
"log_balance_changes": false,
|
||||
"log_reconciliations": false,
|
||||
"ignore_reconciliation_error": false,
|
||||
"exempt_accounts": "",
|
||||
"bootstrap_balances": "",
|
||||
"interesting_accounts": "",
|
||||
"reconciliation_disabled": false,
|
||||
"inactive_discrepency_search_disabled": false,
|
||||
"balance_tracking_disabled": false,
|
||||
"coin_tracking_disabled": false,
|
||||
"end_conditions": {
|
||||
"reconciliation_coverage": {
|
||||
"coverage": 0.95,
|
||||
"from_tip": true
|
||||
"network": {
|
||||
"blockchain": "Bitcoin",
|
||||
"network": "Testnet3"
|
||||
},
|
||||
"data_directory": "cli-data",
|
||||
"http_timeout": 300,
|
||||
"max_retries": 5,
|
||||
"max_online_connections": 1000,
|
||||
"tip_delay": 1800,
|
||||
"memory_limit_disabled": true,
|
||||
"compression_disabled": true,
|
||||
"construction": {
|
||||
"constructor_dsl_file": "bitcoin.ros",
|
||||
"end_conditions": {
|
||||
"create_account": 10,
|
||||
"transfer": 10
|
||||
}
|
||||
},
|
||||
"results_output_file": ""
|
||||
}
|
||||
"data": {
|
||||
"initial_balance_fetch_disabled": true,
|
||||
"end_conditions": {
|
||||
"reconciliation_coverage": {
|
||||
"coverage": 0.95,
|
||||
"from_tip": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue