From cc202714b26395bee96ade403cbfec37d4a95a34 Mon Sep 17 00:00:00 2001 From: Martin Boehm Date: Mon, 22 May 2023 21:20:42 +0200 Subject: [PATCH] Configure larger mempool and mempool expiry for BTC backend --- build/templates/backend/config/bitcoin.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/templates/backend/config/bitcoin.conf b/build/templates/backend/config/bitcoin.conf index d10eed88..23ca52bc 100644 --- a/build/templates/backend/config/bitcoin.conf +++ b/build/templates/backend/config/bitcoin.conf @@ -10,7 +10,8 @@ zmqpubhashtx={{template "IPC.MessageQueueBindingTemplate" .}} zmqpubhashblock={{template "IPC.MessageQueueBindingTemplate" .}} rpcworkqueue=1100 -maxmempool=2000 +maxmempool=4096 +mempoolexpiry=8760 dbcache=1000 {{- if .Backend.AdditionalParams}}