Compare commits

...

2 Commits

Author SHA1 Message Date
Felipe Knorr Kuhn
bc2405f97c
Change min logs to debug to confirm Rust GBT 2024-09-29 16:34:58 -07:00
Felipe Knorr Kuhn
82e6764f39
Enable Rust GBT and adjust the max heap size to 2gb 2024-09-29 16:17:20 -07:00

View File

@ -49,7 +49,8 @@ services:
MEMPOOL_CACHE_DIR: "/backend/cache"
MEMPOOL_CLEAR_PROTECTION_MINUTES: "20"
MEMPOOL_INDEXING_BLOCKS_AMOUNT: "52560"
MEMPOOL_STDOUT_LOG_MIN_PRIORITY: "info"
MEMPOOL_RUST_GBT: true
MEMPOOL_STDOUT_LOG_MIN_PRIORITY: "debug"
LIGHTNING_ENABLED: "true"
LIGHTNING_BACKEND: "lnd"
LIGHTNING_STATS_REFRESH_INTERVAL: 3600
@ -58,6 +59,7 @@ services:
LND_MACAROON_PATH: "/lnd/data/chain/bitcoin/$APP_BITCOIN_NETWORK/readonly.macaroon"
LND_REST_API_URL: "https://$APP_LIGHTNING_NODE_IP:$APP_LIGHTNING_NODE_REST_PORT"
LND_TIMEOUT: 120000
NODE_OPTIONS: "--max-old-space-size=2048"
networks:
default:
ipv4_address: $APP_MEMPOOL_API_IP