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;
|
enable = true;
|
||||||
listen = true;
|
listen = true;
|
||||||
dataDir = "/storage/bitcoind";
|
dataDir = "/storage/bitcoind";
|
||||||
dbCache = 5000;
|
dbCache = 3000;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.clightning = {
|
services.clightning = {
|
||||||
|
|
|
@ -208,7 +208,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
listen = true;
|
listen = true;
|
||||||
dataDir = "/storage/bitcoind";
|
dataDir = "/storage/bitcoind";
|
||||||
dbCache = 5000;
|
dbCache = 3000;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.clightning = {
|
services.clightning = {
|
||||||
|
|
Loading…
Reference in a new issue