Rewrite the help text somewhat.
This commit is contained in:
parent
9f91cf44eb
commit
ab2ee352eb
|
|
@ -45,13 +45,15 @@ HELP = {
|
||||||
<dt><acronym title="Transactional">T</acronym> – transactional</dt> \
|
<dt><acronym title="Transactional">T</acronym> – transactional</dt> \
|
||||||
<dd>Channel is transactional.</dd> \
|
<dd>Channel is transactional.</dd> \
|
||||||
<dl>',
|
<dl>',
|
||||||
|
|
||||||
'file-descriptors':
|
'file-descriptors':
|
||||||
'File descriptor count and limit, as reported by the operating system. \
|
'File descriptor count and limit, as reported by the operating system. \
|
||||||
The count includes network sockets and file handlers.<br/> \
|
The count includes network sockets and file handlers.<br/> \
|
||||||
To optimize disk access RabbitMQ utilizes free descriptors, so \
|
To optimize disk access RabbitMQ uses as many free descriptors as are \
|
||||||
don\'t be worried if the count will occasionally be high. On the \
|
available, so the count may safely approach the limit. \
|
||||||
other hand, if the file descriptors limit is exhausted bad things can \
|
However, if most of the file descriptors are used by sockets then \
|
||||||
happen.',
|
persister performance will be negatively impacted.',
|
||||||
|
|
||||||
'socket-descriptors':
|
'socket-descriptors':
|
||||||
'The network sockets count and limit managed by RabbitMQ.<br/> \
|
'The network sockets count and limit managed by RabbitMQ.<br/> \
|
||||||
When the limit is exhausted RabbitMQ will stop accepting new \
|
When the limit is exhausted RabbitMQ will stop accepting new \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue