Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
skysync-cli performance parallel_writes show --output-json

Example Resultresult

Code Block
[
  {
    "parallel_writes": {
      "requested": 2,
      "max": 10
    }
  }
]

...