Skip to content

Commit e16b45d

Browse files
committed
Wrap --throttle-threshold with brackets
1 parent a3c9aa9 commit e16b45d

File tree

1 file changed

+1
-1
lines changed
  • pages/operators/chain-operators/configuration

1 file changed

+1
-1
lines changed

pages/operators/chain-operators/configuration/batcher.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ There are two throttling knobs:
116116

117117
**Feature requirements**
118118

119-
* 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.
119+
* 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.
120120
* 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.
121121

122122
**Configuration**

0 commit comments

Comments
 (0)