Skip to content

Commit

Permalink
[bsc] add warning regarding pruneancient
Browse files Browse the repository at this point in the history
  • Loading branch information
VladStarr committed Dec 7, 2023
1 parent f417a1f commit 4928f83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dysnix/bsc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@ bsc:
cache:
value: 8192
preimages: true
txlookuplimit: 0 # WARNING: won't work on BSC >=1.3.x, node will crash if it's provided. use ".Values.history.transactions" instead
txlookuplimit: 0 # WARNING: won't work on BSC >=1.3.x, node will crash if it's provided. use ".Values.history.transactions" instead
history:
transactions: null # BSC >=1.3.x only
pruneancient: false
transactions: null # BSC >=1.3.x only
pruneancient: false # WARNING: enabling this option is irreversible, ancient data will be permanently removed
# extra arguments to pass to container
extraArgs: []
# https://github.com/bnb-chain/bsc/issues/1193
Expand Down

0 comments on commit 4928f83

Please sign in to comment.