File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -194,6 +194,35 @@ This option is ignored if [`--data-storage-mode`](#data-storage-mode) is set to
194194Set the strategy for handling historical chain data. Valid options are ` prune ` and ` archive ` .
195195The default is ` prune ` .
196196
197+ ### data-storage-non-canonical-blocks-enabled
198+
199+ === "Syntax"
200+
201+ ```bash
202+ --data-storage-non-canonical-blocks-enabled[=<BOOLEAN>]
203+ ```
204+
205+ === "Example"
206+
207+ ```bash
208+ --data-storage-non-canonical-blocks-enabled=true
209+ ```
210+
211+ === "Environment variable"
212+
213+ ```bash
214+ TEKU_DATA_STORAGE_NON_CANONICAL_BLOCKS_ENABLED=true
215+ ```
216+
217+ === "Configuration file"
218+
219+ ```bash
220+ data-storage-non-canonical-blocks-enabled: true
221+ ```
222+
223+ Specify whether to store non-canonical blocks.
224+ The default is ` false ` .
225+
197226### data-validator-path
198227
199228=== "Syntax"
You can’t perform that action at this time.
0 commit comments