# HG changeset patch # User Luke Hoersten # Date 1604758730 21600 # Node ID f1c6e6e4c43b389a7e1e17df7c0da582d44b9206 # Parent 05746fa3364bc3430ea0ce2768311b18f1e81fdc Bumped dbcache size diff -r 05746fa3364b -r f1c6e6e4c43b bitcoind/templates/bitcoin.conf.j2 --- a/bitcoind/templates/bitcoin.conf.j2 Mon Nov 02 15:18:00 2020 -0600 +++ b/bitcoind/templates/bitcoin.conf.j2 Sat Nov 07 08:18:50 2020 -0600 @@ -5,7 +5,8 @@ logdir={{bitcoind_log_dir}} disablewallet=1 -maxuploadtarget=5000 +maxuploadtarget=4096 +dbcache=2048 server=1 rpcallowip=127.0.0.1