deprecated (from v1.17.28)
last updated:

accounts_filler_count

How many accounts to add to stress the system. Accounts are ignored in operations related to correctness.

timeline overview

introduced

v1.17.28

deprecated

v1.17.28

removed

n/a

reactivated

n/a

note: this is a hidden cli argument.

raw details (from release v1.17.34):

{
  "name": "accounts_filler_count",
  "properties": {
    "long": "accounts-filler-count",
    "value_name": "COUNT",
    "validator": "is_parsable::<usize>",
    "takes_value": "true",
    "default_value": "&default_args.accounts_filler_count",
    "help": "How many accounts to add to stress the system. Accounts are ignored in operations related to correctness.",
    "hidden": "hidden_unless_forced()"
  },
  "isDeprecated": true
}