kohlin bitcoin smaller db cache
This commit is contained in:
parent
51c73b0e7c
commit
940234f9cc
|
@ -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 = {
|
||||
|
|
|
@ -208,7 +208,7 @@
|
|||
enable = true;
|
||||
listen = true;
|
||||
dataDir = "/storage/bitcoind";
|
||||
dbCache = 5000;
|
||||
dbCache = 3000;
|
||||
};
|
||||
|
||||
services.clightning = {
|
||||
|
|
Loading…
Reference in a new issue