Skip to content

Commit

Permalink
doc data-storage-non-canonical-blocks-enabled option (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandratran committed Sep 24, 2021
1 parent 3d6b20c commit 9a344d6
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions docs/Reference/CLI/CLI-Syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,35 @@ This option is ignored if [`--data-storage-mode`](#data-storage-mode) is set to
Set the strategy for handling historical chain data. Valid options are `prune` and `archive`.
The default is `prune`.

### data-storage-non-canonical-blocks-enabled

=== "Syntax"

```bash
--data-storage-non-canonical-blocks-enabled[=<BOOLEAN>]
```

=== "Example"

```bash
--data-storage-non-canonical-blocks-enabled=true
```

=== "Environment variable"

```bash
TEKU_DATA_STORAGE_NON_CANONICAL_BLOCKS_ENABLED=true
```

=== "Configuration file"

```bash
data-storage-non-canonical-blocks-enabled: true
```

Specify whether to store non-canonical blocks.
The default is `false`.

### data-validator-path

=== "Syntax"
Expand Down

0 comments on commit 9a344d6

Please sign in to comment.