deprecated (from v2.2.0)
last updated:

tpu_max_fwd_staked_connections

Controls the max concurrent connections for TPU-forward from staked nodes.

timeline overview

introduced

v2.2.0

deprecated

v2.2.0

removed

n/a

reactivated

n/a

note: this is a hidden cli argument.

raw details (from release v2.2.3):

{
  "name": "tpu_max_fwd_staked_connections",
  "properties": {
    "long": "tpu-max-fwd-staked-connections",
    "takes_value": "true",
    "default_value": "&default_args.tpu_max_fwd_staked_connections",
    "validator": "is_parsable::<u32>",
    "hidden": "hidden_unless_forced()",
    "help": "Controls the max concurrent connections for TPU-forward from staked nodes."
  },
  "isDeprecated": true
}