From 681f9a1c694cf70900da60bbedc62e2224445fb3 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 31 Dec 2023 03:39:23 +0900 Subject: [PATCH] ops: Enable redis for production mainnet --- production/mempool-config.mainnet.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/production/mempool-config.mainnet.json b/production/mempool-config.mainnet.json index 0aa90aa9c..36310e59d 100644 --- a/production/mempool-config.mainnet.json +++ b/production/mempool-config.mainnet.json @@ -106,7 +106,12 @@ "node206.tk7.mempool.space" ] }, - "MEMPOOL_SERVICES": { + "REDIS": { + "ENABLED": true, + "UNIX_SOCKET_PATH": "/tmp/redis.sock", + "BATCH_QUERY_BASE_SIZE": 5000 + }, + "MEMPOOL_SERVICES": { "API": "https://mempool.space/api/v1/services", "ACCELERATIONS": true }