src.nth.io/

summaryrefslogtreecommitdiff
path: root/bitcoind/defaults
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2025-09-01 12:37:03 -0500
committerLuke Hoersten <[email protected]>2025-09-01 12:37:03 -0500
commitdc12f6e742dac76c8fb46047dc7313196751a427 (patch)
tree79048dd7c6e12b06e2ae2bd43f2ff29d38c802ef /bitcoind/defaults
parent4f6c1ba4204462daf76cbd514180fef58bc6f200 (diff)
Performance tweaks.
Diffstat (limited to 'bitcoind/defaults')
-rw-r--r--bitcoind/defaults/main.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/bitcoind/defaults/main.yaml b/bitcoind/defaults/main.yaml
index 0c8cf11..10e2c60 100644
--- a/bitcoind/defaults/main.yaml
+++ b/bitcoind/defaults/main.yaml
@@ -12,5 +12,6 @@ bitcoind_add_node: []
bitcoind_rpc_allow_ip: []
bitcoind_rpc_bind: []
bitcoind_reindex: false
-bitcoind_dbcache: "1536"
+bitcoind_dbcache: "3072"
bitcoind_comment: ""
+bitcoind_threads: "4"