Skip to content

Commit

Permalink
increase node capacity
Browse files Browse the repository at this point in the history
  • Loading branch information
darioAnongba committed Mar 14, 2024
1 parent d4ee44c commit bb14ba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/bitcoind/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,13 @@ bitcoindGenericConfig:
- debug=rpc
- shrinkdebugfile=1
- server=1
- txindex=0
- txindex=1
- printtoconsole=1
- rpcuser=rpcuser
- zmqpubrawtx=tcp://0.0.0.0:28333
- zmqpubrawblock=tcp://0.0.0.0:28332
- blockfilterindex=1
- dbcache=2000
- dbcache=4096

# these flags need to be here and not in bitcoindGenericConfig because they have to be present under a separate section inside bitcoind.conf when in testnet/regtest mode
bitcoindCustomConfig:
Expand Down

0 comments on commit bb14ba3

Please sign in to comment.