active
last updated:

rpc_pubsub_notification_threads

The maximum number of threads that RPC PubSub will use for generating notifications. 0 will disable RPC PubSub notifications"

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_notification_threads",
  "properties": {
    "long": "rpc-pubsub-notification-threads",
    "requires": "full_rpc_api",
    "takes_value": "true",
    "value_name": "NUM_THREADS",
    "validator": "is_parsable::<usize>",
    "default_value_if": "\n                    \"full_rpc_api\",\n                    None,\n                    &default_args.rpc_pubsub_notification_threads,\n                ",
    "help": "\n                    \"The maximum number of threads that RPC PubSub will use for generating \\\n                     notifications. 0 will disable RPC PubSub notifications\",\n                "
  },
  "isDeprecated": false
}