Skip to content

Commit 951b5ab

Browse files
johanrhodinmergify[bot]
authored andcommitted
Remove mention of global prefetch
(cherry picked from commit a15e1bf)
1 parent 70e7386 commit 951b5ab

File tree

1 file changed

+4
-7
lines changed
  • deps/rabbitmq_management/priv/www/js

1 file changed

+4
-7
lines changed

deps/rabbitmq_management/priv/www/js/global.js

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)