Skip to content

Commit 9a344d6

Browse files
doc data-storage-non-canonical-blocks-enabled option (#307)
1 parent 3d6b20c commit 9a344d6

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

docs/Reference/CLI/CLI-Syntax.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,35 @@ This option is ignored if [`--data-storage-mode`](#data-storage-mode) is set to
194194
Set the strategy for handling historical chain data. Valid options are `prune` and `archive`.
195195
The 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"

0 commit comments

Comments
 (0)