ops: Enable redis for production mainnet

This commit is contained in:
wiz 2023-12-31 03:39:23 +09:00
parent fab82551cf
commit 681f9a1c69
No known key found for this signature in database
GPG Key ID: A394E332255A6173

View File

@ -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
}