deprecated (from v1.17.28)
last updated:

poh_pinned_cpu_core

EXPERIMENTAL: Specify which CPU core PoH is pinned to

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 v2.2.3):

{
  "name": "poh_pinned_cpu_core",
  "properties": {
    "hidden": "hidden_unless_forced()",
    "long": "experimental-poh-pinned-cpu-core",
    "takes_value": "true",
    "value_name": "CPU_CORE_INDEX",
    "validator": "|s| {\n                    let core_index = usize::from_str(&s).map_err",
    "to_string": true,
    "map": "|cids| cids.len() - 1",
    "unwrap_or": "0",
    "help": "EXPERIMENTAL: Specify which CPU core PoH is pinned to"
  },
  "isDeprecated": true
}