From 07612a144bb896445a22900a5a83d77fba491d5c Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 21 Mar 2022 15:03:36 +0000 Subject: [PATCH] Disable cluster mode in prod bisq backend config --- production/mempool-config.bisq.json | 1 - 1 file changed, 1 deletion(-) diff --git a/production/mempool-config.bisq.json b/production/mempool-config.bisq.json index 6eef30192..1e91be930 100644 --- a/production/mempool-config.bisq.json +++ b/production/mempool-config.bisq.json @@ -4,7 +4,6 @@ "BACKEND": "esplora", "HTTP_PORT": 8996, "MINED_BLOCKS_CACHE": 144, - "SPAWN_CLUSTER_PROCS": 4, "API_URL_PREFIX": "/api/v1/", "POLL_RATE_MS": 2000 },