From a3c9aa99471dc6578e7a02cb3a4001026b640251 Mon Sep 17 00:00:00 2001 From: kourin Date: Thu, 10 Apr 2025 22:07:17 +0900 Subject: [PATCH 1/2] Fix incorrect CLI param name for --throttle-threshold --- pages/operators/chain-operators/configuration/batcher.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/operators/chain-operators/configuration/batcher.mdx b/pages/operators/chain-operators/configuration/batcher.mdx index d341b5a3b..0fa05d0d8 100644 --- a/pages/operators/chain-operators/configuration/batcher.mdx +++ b/pages/operators/chain-operators/configuration/batcher.mdx @@ -116,7 +116,7 @@ There are two throttling knobs: **Feature requirements** -* This new feature is enabled by default and requires running op-geth version `v1.101411.1` or later. It can be disabled by setting --throttle-interval to 0. The sequencer's op-geth node has to be updated first, before updating the batcher, so that the new required RPC is available at the time of the batcher restart. +* This new feature is enabled by default and requires running op-geth version `v1.101411.1` or later. It can be disabled by setting --throttle-threshold to 0. The sequencer's op-geth node has to be updated first, before updating the batcher, so that the new required RPC is available at the time of the batcher restart. * It is required to upgrade to `op-conductor/v0.2.0` if you are using conductor's leader-aware rpc proxy feature. This conductor release includes support for the `miner_setMaxDASize` op-geth rpc proxy. **Configuration** From e16b45da5debf0431e06bccc17ccfe0a02d0f9ad Mon Sep 17 00:00:00 2001 From: kourin Date: Thu, 10 Apr 2025 22:20:25 +0900 Subject: [PATCH 2/2] Wrap --throttle-threshold with brackets --- pages/operators/chain-operators/configuration/batcher.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/operators/chain-operators/configuration/batcher.mdx b/pages/operators/chain-operators/configuration/batcher.mdx index 0fa05d0d8..5af8d9900 100644 --- a/pages/operators/chain-operators/configuration/batcher.mdx +++ b/pages/operators/chain-operators/configuration/batcher.mdx @@ -116,7 +116,7 @@ There are two throttling knobs: **Feature requirements** -* This new feature is enabled by default and requires running op-geth version `v1.101411.1` or later. It can be disabled by setting --throttle-threshold to 0. The sequencer's op-geth node has to be updated first, before updating the batcher, so that the new required RPC is available at the time of the batcher restart. +* This new feature is enabled by default and requires running op-geth version `v1.101411.1` or later. It can be disabled by setting `--throttle-threshold` to 0. The sequencer's op-geth node has to be updated first, before updating the batcher, so that the new required RPC is available at the time of the batcher restart. * It is required to upgrade to `op-conductor/v0.2.0` if you are using conductor's leader-aware rpc proxy feature. This conductor release includes support for the `miner_setMaxDASize` op-geth rpc proxy. **Configuration**