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
{{ message }}
This repository was archived by the owner on Nov 25, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: plugin/evm/config/config.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -290,4 +290,5 @@ Failing to set these options will result in errors on VM initialization. Additio
290
290
|--------|------|-------------|---------|
291
291
|`acceptor-queue-limit`| integer | Specifies the maximum number of blocks to queue during block acceptance before blocking on Accept. |`64`|
292
292
|`gas-target`| integer | The target gas per second that this node will attempt to use when creating blocks | Parent block's target |
293
+
|`min-delay-target`| integer | The minimum delay between blocks (in milliseconds) that this node will attempt to use when creating blocks | Parent block's target |
293
294
|`skip-upgrade-check`| bool | Skip checking that upgrades occur before last accepted block ⚠️ **Warning**: Only use when you understand the implications |`false`|
0 commit comments