File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
deps/rabbitmq_management/priv/www/js Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -304,15 +304,12 @@ var HELP = {
304304 </dl>' ,
305305
306306 'channel-prefetch' :
307- 'Channel prefetch counts. \
307+ 'Channel prefetch count. \
308308 <p> \
309- Each channel can have two prefetch counts: A per-consumer count, which \
310- will limit each new consumer created on the channel, and a global \
311- count, which is shared between all consumers on the channel.\
309+ Each channel can have a prefetch count. The prefetch is the number of messages that will be held \
310+ by the client. Setting a value of 0 will result in an unlimited prefetch. \
312311 </p> \
313- <p> \
314- This column shows one, the other, or both limits if they are set. \
315- </p>' ,
312+ ' ,
316313
317314 'file-descriptors' :
318315 '<p>File descriptor count and limit, as reported by the operating \
You can’t perform that action at this time.
0 commit comments