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 @@ -305,15 +305,12 @@ var HELP = {
305305 </dl>' ,
306306
307307 'channel-prefetch' :
308- 'Channel prefetch counts. \
308+ 'Channel prefetch count. \
309309 <p> \
310- Each channel can have two prefetch counts: A per-consumer count, which \
311- will limit each new consumer created on the channel, and a global \
312- count, which is shared between all consumers on the channel.\
310+ Each channel can have a prefetch count. The prefetch is the number of messages that will be held \
311+ by the client. Setting a value of 0 will result in an unlimited prefetch. \
313312 </p> \
314- <p> \
315- This column shows one, the other, or both limits if they are set. \
316- </p>' ,
313+ ' ,
317314
318315 'file-descriptors' :
319316 '<p>File descriptor count and limit, as reported by the operating \
You can’t perform that action at this time.
0 commit comments