diff options
| author | Luke Hoersten <[email protected]> | 2020-11-07 08:18:50 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-11-07 08:18:50 -0600 |
| commit | ddbaa939d432e7a6f4815694cb02a64a264db768 (patch) | |
| tree | 640761fe97b3adcc7ecea8407aa196d91b418235 | |
| parent | ac07993c2067b807cfe439c648ac627f4efd72f6 (diff) | |
Bumped dbcache size
| -rw-r--r-- | bitcoind/templates/bitcoin.conf.j2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bitcoind/templates/bitcoin.conf.j2 b/bitcoind/templates/bitcoin.conf.j2 index 960d0bd..9258aa1 100644 --- a/bitcoind/templates/bitcoin.conf.j2 +++ b/bitcoind/templates/bitcoin.conf.j2 @@ -5,7 +5,8 @@ datadir={{bitcoind_data_dir}} logdir={{bitcoind_log_dir}} disablewallet=1 -maxuploadtarget=5000 +maxuploadtarget=4096 +dbcache=2048 server=1 rpcallowip=127.0.0.1 |
