Skip to content

Commit

Permalink
TxLookupLimit default to infinite (#9380)
Browse files Browse the repository at this point in the history
### Description

TxLookupLimit default to infinite (as it was before)

### Backwards compatibility

Yes
  • Loading branch information
gastonponti authored and martinvol committed May 13, 2022
1 parent b8aa551 commit eb5c28f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/helm-charts/common/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ fi
--vmodule={{ .Values.geth.vmodule }} \
--datadir=/root/.celo \
--ipcpath=geth.ipc \
--txlookuplimit {{ .Values.geth.txlookuplimit | default 0 }} \
${ADDITIONAL_FLAGS}
env:
- name: GETH_DEBUG
Expand Down

0 comments on commit eb5c28f

Please sign in to comment.