Skip to content

Commit

Permalink
bug(besu): update tx pool max capacity argument and values files
Browse files Browse the repository at this point in the history
Signed-off-by: alvaro.picazo.haase <[email protected]>
  • Loading branch information
alvaropicazo committed Jan 17, 2025
1 parent 24567ee commit 9f84913
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ data:
node-private-key-file={{.Values.node.besu.privateKeyPath | quote }}
# Transaction Pool
tx-pool-max-size={{ .Values.node.besu.txPool.maxCapacity }}
tx-pool-layer-max-capacity={{ .Values.node.besu.txPool.maxCapacity }}
{{ if .Values.node.besu.p2p.enabled -}}
# P2P network
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ node:
image:
besu:
repository: hyperledger/besu
tag: 22.10.2
tag: 23.10.2
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ node:
image:
besu:
repository: hyperledger/besu
tag: 22.10.2
tag: 23.10.2
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ node:
image:
besu:
repository: hyperledger/besu
tag: 22.10.2
tag: 23.10.2

0 comments on commit 9f84913

Please sign in to comment.