deprecated (from v2.0.14)
last updated:

tpu_max_connections_per_ipaddr_per_minute

Controls the rate of the clients connections per IpAddr per minute.

timeline overview

introduced

v2.0.14

deprecated

v2.0.14

removed

n/a

reactivated

n/a

note: this is a hidden cli argument.

raw details (from release v2.2.3):

{
  "name": "tpu_max_connections_per_ipaddr_per_minute",
  "properties": {
    "long": "tpu-max-connections-per-ipaddr-per-minute",
    "takes_value": "true",
    "default_value": "&default_args.tpu_max_connections_per_ipaddr_per_minute",
    "validator": "is_parsable::<u32>",
    "hidden": "hidden_unless_forced()",
    "help": "Controls the rate of the clients connections per IpAddr per minute."
  },
  "isDeprecated": true
}