diff --git a/pages/builders/node-operators/configuration/consensus-config.mdx b/pages/builders/node-operators/configuration/consensus-config.mdx index 084989cd2..38e720412 100644 --- a/pages/builders/node-operators/configuration/consensus-config.mdx +++ b/pages/builders/node-operators/configuration/consensus-config.mdx @@ -743,6 +743,10 @@ Number of L1 blocks to keep distance from the L1 head as a sequencer for picking `OP_NODE_SEQUENCER_L1_CONFS=4` + +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. + + ### sequencer.max-safe-lag Maximum number of L2 blocks for restricting the distance between L2 safe and unsafe. Disabled if 0. Default is `0`. @@ -783,6 +787,10 @@ Number of L1 blocks to keep distance from the L1 head before deriving L2 data fr `OP_NODE_VERIFIER_L1_CONFS=0` + +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. + + ## Miscellaneous ### --help, -h