Skip to content

Commit

Permalink
Merge pull request #866 from richardgreg/sequencer_l1_confs-and-verif…
Browse files Browse the repository at this point in the history
…ier_l1_confs-callout-cap

Add callout on the cap for sequencer.l1-confs and verifier.l1-confs
  • Loading branch information
krofax authored Aug 28, 2024
2 parents eee1494 + 3965f9d commit 84c92e3
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -743,6 +743,10 @@ Number of L1 blocks to keep distance from the L1 head as a sequencer for picking
<Tabs.Tab>`OP_NODE_SEQUENCER_L1_CONFS=4`</Tabs.Tab>
</Tabs>

<Callout type="warning">
The maximum value for `sequencer.l1-confs` cannot exceed the sequencer drift, currently set to 30 minutes (1800 seconds or 150 blocks). Setting a value higher than this limit will prevent the sequencer from producing blocks within the sequence window.
</Callout>

### sequencer.max-safe-lag

Maximum number of L2 blocks for restricting the distance between L2 safe and unsafe. Disabled if 0. Default is `0`.
Expand Down Expand Up @@ -783,6 +787,10 @@ Number of L1 blocks to keep distance from the L1 head before deriving L2 data fr
<Tabs.Tab>`OP_NODE_VERIFIER_L1_CONFS=0`</Tabs.Tab>
</Tabs>

<Callout type="info">
While `verifier.l1-confs` has no strict limit, it's recommended to keep this value within 12-13 minutes (typically 10-20 blocks) for optimal performance. Exceeding this range may impact the verifier's data processing efficiency.
</Callout>

## Miscellaneous

### --help, -h
Expand Down

0 comments on commit 84c92e3

Please sign in to comment.