1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

fix rendering

Signed-off-by: Colin Sullivan <colin@synadia.com>
This commit is contained in:
Colin Sullivan 2019-07-25 16:13:34 -06:00
parent cfcf30f821
commit acee74e9db

View File

@ -142,9 +142,9 @@ It uses a paging mechanism which defaults to 1024 connections.
| offset | number > 0 | Pagination offset. Default is 0. | | offset | number > 0 | Pagination offset. Default is 0. |
| limit | number > 0 | Number of results to return. Default is 1024. | | limit | number > 0 | Number of results to return. Default is 1024. |
| cid | number, valid id | Return a connection by it's id | | cid | number, valid id | Return a connection by it's id |
| state | open \| *closed \| any | Return connections of partular state. Default is open. | | state | open, *closed, any | Return connections of partular state. Default is open. |
*`*The server will hold the last 10,000 closed connections.`* *The server will default to holding the last 10,000 closed connections.*
##### Sort Options ##### Sort Options