Configure larger mempool and mempool expiry for BTC backend

This commit is contained in:
Martin Boehm 2023-05-22 21:20:42 +02:00
parent 187ff26363
commit cc202714b2

View File

@ -10,7 +10,8 @@ zmqpubhashtx={{template "IPC.MessageQueueBindingTemplate" .}}
zmqpubhashblock={{template "IPC.MessageQueueBindingTemplate" .}} zmqpubhashblock={{template "IPC.MessageQueueBindingTemplate" .}}
rpcworkqueue=1100 rpcworkqueue=1100
maxmempool=2000 maxmempool=4096
mempoolexpiry=8760
dbcache=1000 dbcache=1000
{{- if .Backend.AdditionalParams}} {{- if .Backend.AdditionalParams}}