Versions Compared

Key

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

...

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

 Example Resultresult

Code Block
[
  {
    "concurrent_jobs": {
      "current": 6,
      "max": 8
    }
  }
]

...