From 53d1497ce88532e3090911ffcce1fb237eacf6f5 Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn <100320+knorrium@users.noreply.github.com> Date: Fri, 12 Aug 2022 22:44:05 -0700 Subject: [PATCH] Update backend config fixture to include automatic block reindexing --- backend/src/__fixtures__/mempool-config.template.json | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/__fixtures__/mempool-config.template.json b/backend/src/__fixtures__/mempool-config.template.json index 7641c323b..afb9a8ae3 100644 --- a/backend/src/__fixtures__/mempool-config.template.json +++ b/backend/src/__fixtures__/mempool-config.template.json @@ -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,