Merge pull request #3155 from mempool/nymkappa/bugfix/fix-wrong-config-sample

AUTOMATIC_BLOCK_REINDEXING is `false` by default
This commit is contained in:
wiz 2023-02-26 15:43:53 +09:00 committed by GitHub
commit a7f17f4299
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
"HTTP_PORT": 1,
"SPAWN_CLUSTER_PROCS": 2,
"API_URL_PREFIX": "__MEMPOOL_API_URL_PREFIX__",
"AUTOMATIC_BLOCK_REINDEXING": true,
"AUTOMATIC_BLOCK_REINDEXING": false,
"POLL_RATE_MS": 3,
"CACHE_DIR": "__MEMPOOL_CACHE_DIR__",
"CLEAR_PROTECTION_MINUTES": 4,