Skip to content

Commit

Permalink
Update content/docs/nodes/chain-configs/subnet-evm.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Ceyhun Onur <[email protected]>
Signed-off-by: Owen <[email protected]>
  • Loading branch information
owenwahlgren and ceyonur authored Nov 12, 2024
1 parent 6f037eb commit 5095af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/nodes/chain-configs/subnet-evm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ For the AvalancheGo node configuration options, see the [AvalancheGo Configurati
| `state-sync-enabled` | `bool` | Enables state synchronization. | `false` |
| `state-sync-skip-resume` | `bool` | Forces state sync to use highest available summary block. | `false` |
| `state-sync-server-trie-cache` | `int` | Cache size for state sync server trie in MB. | `64` |
| `state-sync-ids` | `string` | IDs for state sync. | `""` (empty) |
| `state-sync-ids` | `string` | Node IDs for state sync. | `""` (empty) |
| `state-sync-commit-interval` | `uint64` | Commit interval for state sync. | `16384` (CommitInterval*4)|
| `state-sync-min-blocks` | `uint64` | Min blocks ahead of local last accepted to perform state sync. | `300000` |
| `state-sync-request-size` | `uint16` | Key/values per request during state sync. | `1024` |
Expand Down

0 comments on commit 5095af9

Please sign in to comment.