kohlin bitcoin smaller db cache

This commit is contained in:
Chris Cochrun 2022-11-21 17:01:03 -06:00
parent 51c73b0e7c
commit 940234f9cc
2 changed files with 2 additions and 2 deletions

View file

@ -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 = {

View file

@ -208,7 +208,7 @@
enable = true;
listen = true;
dataDir = "/storage/bitcoind";
dbCache = 5000;
dbCache = 3000;
};
services.clightning = {