Disable automatic block re-indexing by default

This commit is contained in:
nymkappa
2022-07-09 19:04:35 +02:00
parent 1037fbe52b
commit f3f0c688d8
5 changed files with 14 additions and 2 deletions

View File

@@ -20,7 +20,8 @@
"EXTERNAL_MAX_RETRY": 1,
"EXTERNAL_RETRY_INTERVAL": 0,
"USER_AGENT": "mempool",
"STDOUT_LOG_MIN_PRIORITY": "debug"
"STDOUT_LOG_MIN_PRIORITY": "debug",
"AUTOMATIC_BLOCK_REINDEXING": false
},
"CORE_RPC": {
"HOST": "127.0.0.1",