From 3b0ef48cdfc5622d2c77f788e5af32bb1369401b Mon Sep 17 00:00:00 2001 From: nymkappa <1612910616@pm.me> Date: Fri, 19 Apr 2024 09:06:10 +0200 Subject: [PATCH] [prod] disable LN TOPOLOGY_FOLDER by default --- production/mempool-config.mainnet-lightning.json | 3 +-- production/mempool-config.signet-lightning.json | 3 +-- production/mempool-config.testnet-lightning.json | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/production/mempool-config.mainnet-lightning.json b/production/mempool-config.mainnet-lightning.json index 8dea10b4a..b113a3c8a 100644 --- a/production/mempool-config.mainnet-lightning.json +++ b/production/mempool-config.mainnet-lightning.json @@ -64,8 +64,7 @@ "LIGHTNING": { "ENABLED": true, "BACKEND": "cln", - "GRAPH_REFRESH_INTERVAL": 60, - "TOPOLOGY_FOLDER": "/cln/topology/output" + "GRAPH_REFRESH_INTERVAL": 60 }, "LND": { "REST_API_URL": "https://127.0.0.1:8888", diff --git a/production/mempool-config.signet-lightning.json b/production/mempool-config.signet-lightning.json index f90b18f50..c087a9104 100644 --- a/production/mempool-config.signet-lightning.json +++ b/production/mempool-config.signet-lightning.json @@ -64,8 +64,7 @@ "LIGHTNING": { "ENABLED": true, "BACKEND": "cln", - "GRAPH_REFRESH_INTERVAL": 60, - "TOPOLOGY_FOLDER": "" + "GRAPH_REFRESH_INTERVAL": 60 }, "CLIGHTNING": { "SOCKET": "/cln/.lightning/signet/lightning-rpc" diff --git a/production/mempool-config.testnet-lightning.json b/production/mempool-config.testnet-lightning.json index 59a858cbf..130410dc4 100644 --- a/production/mempool-config.testnet-lightning.json +++ b/production/mempool-config.testnet-lightning.json @@ -64,8 +64,7 @@ "LIGHTNING": { "ENABLED": true, "BACKEND": "cln", - "GRAPH_REFRESH_INTERVAL": 60, - "TOPOLOGY_FOLDER": "" + "GRAPH_REFRESH_INTERVAL": 60 }, "CLIGHTNING": { "SOCKET": "/cln/.lightning/testnet/lightning-rpc"