Update backend config fixture to include automatic block reindexing

This commit is contained in:
Felipe Knorr Kuhn 2022-08-12 22:44:05 -07:00
parent b7a8ac8343
commit 53d1497ce8
No known key found for this signature in database
GPG Key ID: 79619B52BB097C1A

View File

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