Empty block fix.

This commit is contained in:
Simon Lindh
2020-02-24 10:58:52 +07:00
committed by wiz
parent 808aa27be7
commit 76fd441e07
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
"DB_DATABASE": "mempool",
"API_ENDPOINT": "/api/v1/",
"ELECTRS_POLL_RATE_MS": 2000,
"MEMPOOL_REFRESH_RATE_MS": 10000,
"MEMPOOL_REFRESH_RATE_MS": 2000,
"DEFAULT_PROJECTED_BLOCKS_AMOUNT": 3,
"KEEP_BLOCK_AMOUNT": 24,
"INITIAL_BLOCK_AMOUNT": 8,