Merge pull request #1425 from mempool/wiz/disable-cluster-for-bisq-backend

Disable cluster mode in prod bisq backend config
This commit is contained in:
wiz 2022-03-21 18:15:31 +00:00 committed by GitHub
commit 0bada4b079
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,6 @@
"BACKEND": "esplora", "BACKEND": "esplora",
"HTTP_PORT": 8996, "HTTP_PORT": 8996,
"MINED_BLOCKS_CACHE": 144, "MINED_BLOCKS_CACHE": 144,
"SPAWN_CLUSTER_PROCS": 4,
"API_URL_PREFIX": "/api/v1/", "API_URL_PREFIX": "/api/v1/",
"POLL_RATE_MS": 2000 "POLL_RATE_MS": 2000
}, },