From 940234f9ccbb44267022e08f1b08028cfc40b534 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 21 Nov 2022 17:01:03 -0600 Subject: [PATCH] kohlin bitcoin smaller db cache --- README.org | 2 +- system/kohlin/configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index c739587..2e14d1b 100644 --- a/README.org +++ b/README.org @@ -1818,7 +1818,7 @@ Kohlin's config is of course server oriented. enable = true; listen = true; dataDir = "/storage/bitcoind"; - dbCache = 5000; + dbCache = 3000; }; services.clightning = { diff --git a/system/kohlin/configuration.nix b/system/kohlin/configuration.nix index a88236d..25d09f8 100644 --- a/system/kohlin/configuration.nix +++ b/system/kohlin/configuration.nix @@ -208,7 +208,7 @@ enable = true; listen = true; dataDir = "/storage/bitcoind"; - dbCache = 5000; + dbCache = 3000; }; services.clightning = {