mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 21:10:42 +02:00
Add trim_headers
to liquid-default-prune config (#881)
This activates the 'trim_headers' option to be even lighter on RAM when syncing and running the node. See for more: https://blog.liquid.net/elements-22-1-1-optimize-your-node-for-lightweight-diy-hardware/
This commit is contained in:
parent
60973673be
commit
bcc01c95ad
@ -5,3 +5,4 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
ELEMENTS_EXTRA_ARGS: |
|
ELEMENTS_EXTRA_ARGS: |
|
||||||
prune=5000
|
prune=5000
|
||||||
|
trim_headers=1
|
||||||
|
Loading…
Reference in New Issue
Block a user