active
last updated:

rpc_pubsub_queue_capacity_bytes

The maximum total size of notifications that RPC PubSub will store across all connections."

timeline overview

introduced

v1.17.28

deprecated

n/a

removed

n/a

reactivated

n/a

raw details (from release v2.2.3):

{
  "name": "rpc_pubsub_queue_capacity_bytes",
  "properties": {
    "long": "rpc-pubsub-queue-capacity-bytes",
    "takes_value": "true",
    "value_name": "BYTES",
    "validator": "is_parsable::<usize>",
    "default_value": "&default_args.rpc_pubsub_queue_capacity_bytes",
    "help": "\n                    \"The maximum total size of notifications that RPC PubSub will store across \\\n                     all connections.\",\n                "
  },
  "isDeprecated": false
}