Merge pull request #1416 from mempool/wiz/enable-full-indexing-all-networks

Enable full block indexing on all Bitcoin networks
This commit is contained in:
wiz 2022-03-20 23:14:27 +00:00 committed by GitHub
commit b23fd886aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,7 @@
"API_URL_PREFIX": "/api/v1/",
"CLEAR_PROTECTION_MINUTES": 5,
"POLL_RATE_MS": 2000,
"INDEXING_BLOCKS_AMOUNT": -1,
"USE_SECOND_NODE_FOR_MINFEE": true
},
"SYSLOG" : {

View File

@ -6,6 +6,7 @@
"MINED_BLOCKS_CACHE": 144,
"SPAWN_CLUSTER_PROCS": 0,
"API_URL_PREFIX": "/api/v1/",
"INDEXING_BLOCKS_AMOUNT": -1,
"POLL_RATE_MS": 2000
},
"SYSLOG" : {

View File

@ -6,6 +6,7 @@
"MINED_BLOCKS_CACHE": 144,
"SPAWN_CLUSTER_PROCS": 0,
"API_URL_PREFIX": "/api/v1/",
"INDEXING_BLOCKS_AMOUNT": -1,
"POLL_RATE_MS": 2000
},
"SYSLOG" : {