Skip to content

Commit febead1

Browse files
johanrhodinLoisSotoLopez
authored andcommitted
Remove mention of global prefetch
1 parent 4dd22a8 commit febead1

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
@@ -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 \

0 commit comments

Comments
 (0)