You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugin/evm/config/config.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -255,7 +255,7 @@ Configuration is provided as a JSON object. All fields are optional unless other
255
255
256
256
## Database Configuration
257
257
258
-
> **WARNING**: `firewood`scheme is untested in production. To use `firewood`, you must also set the following config options:
258
+
> **WARNING**: `firewood`and `path` schemes are untested in production. Using `path` is strongly discouraged. To use `firewood`, you must also set the following config options:
259
259
>
260
260
> -`pruning-enabled: true` (enabled by default)
261
261
> -`state-sync-enabled: false`
@@ -266,7 +266,7 @@ Failing to set these options will result in errors on VM initialization. Additio
266
266
| Option | Type | Description | Default |
267
267
|--------|------|-------------|---------|
268
268
|`inspect-database`| bool | Inspect database on startup |`false`|
269
-
|`state-scheme`| string | EXPERIMENTAL: specifies the database scheme to store state data; can be one of `hash`or `firewood`|`hash`|
269
+
|`state-scheme`| string | EXPERIMENTAL: specifies the database scheme to store state data; can be one of `hash`, `firewood`, or `path`|`hash`|
0 commit comments