cat.asciidoc 334 B

1234567
  1. [[breaking_60_cat_changes]]
  2. === Cat API changes
  3. ==== Unbounded queue size in cat thread pool
  4. Previously if a queue size backing a thread pool was unbounded, the cat thread pool API would output an empty string in
  5. the queue_size column. This has been changed to now output -1 so that the output is always present and always numeric.