python-mistralclient/releasenotes/notes/set-default-limit-value-7e2...

8 lines
266 B
YAML

---
critical:
- |
The "--limit" parameter of heavy CLI commands like "task-list" and
"execution-list" and "action-execution-list" is set to "100" by
default to avoid the huge load on server. To fetch the full result
set, user may use "--limit -1".