Skip to content

Commit

Permalink
fixed config syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-tortora authored and Dr-Electron committed May 28, 2024
1 parent 9c37783 commit 84f001a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/maintain/wasp/v1.0/docs/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ Example:

| Name | Description | Type | Default value |
| --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ | ------------- |
| snapshotsToLoad | List of snapshots to load; can be either single block hash of a snapshot (if a single chain has to be configured) or list of '<chainID>:<blockHash>' to configure many chains | array | |
| snapshotsToLoad | List of snapshots to load; can be either single block hash of a snapshot (if a single chain has to be configured) or list of `<chainID>:<blockHash>` to configure many chains | array | |
| period | How often state snapshots should be made: 1000 meaning "every 1000th state", 0 meaning "making snapshots is disabled" | uint | 0 |
| delay | How many states should pass before snapshot is produced | uint | 20 |
| localPath | The path to the snapshots folder in this node's disk | string | "waspdb/snap" |
Expand Down
2 changes: 1 addition & 1 deletion docs/maintain/wasp/v1.1-rc/docs/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ Example:

| Name | Description | Type | Default value |
| --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ | ------------- |
| snapshotsToLoad | List of snapshots to load; can be either single block hash of a snapshot (if a single chain has to be configured) or list of '<chainID>:<blockHash>' to configure many chains | array | |
| snapshotsToLoad | List of snapshots to load; can be either single block hash of a snapshot (if a single chain has to be configured) or list of `<chainID>:<blockHash>` to configure many chains | array | |
| period | How often state snapshots should be made: 1000 meaning "every 1000th state", 0 meaning "making snapshots is disabled" | uint | 0 |
| delay | How many states should pass before snapshot is produced | uint | 20 |
| localPath | The path to the snapshots folder in this node's disk | string | "waspdb/snap" |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ Example:

| Name | Description | Type | Default value |
| --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ | ------------- |
| snapshotsToLoad | List of snapshots to load; can be either single block hash of a snapshot (if a single chain has to be configured) or list of '<chainID>:<blockHash>' to configure many chains | array | |
| snapshotsToLoad | List of snapshots to load; can be either single block hash of a snapshot (if a single chain has to be configured) or list of `<chainID>:<blockHash>` to configure many chains | array | |
| period | How often state snapshots should be made: 1000 meaning "every 1000th state", 0 meaning "making snapshots is disabled" | uint | 0 |
| delay | How many states should pass before snapshot is produced | uint | 20 |
| localPath | The path to the snapshots folder in this node's disk | string | "waspdb/snap" |
Expand Down

0 comments on commit 84f001a

Please sign in to comment.