summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2021-02-24 21:27:04 +0300
committerMichael Klishin <michael@clojurewerkz.org>2021-02-24 21:27:04 +0300
commitb04d1cc3db1fc8571ce0c422cfb5caac8ab23d6d (patch)
tree3e4c4a4a928f429dc5d8daef7e4db24d45f7de35
parent93721bfa2d71d91df1ab689a7438cafc90d0aadc (diff)
downloadrabbitmq-server-git-b04d1cc3db1fc8571ce0c422cfb5caac8ab23d6d.tar.gz
Improve UI help hint for consumer capacity
-rw-r--r--deps/rabbitmq_management/priv/www/js/global.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/rabbitmq_management/priv/www/js/global.js b/deps/rabbitmq_management/priv/www/js/global.js
index 9f48189672..a566f24b0d 100644
--- a/deps/rabbitmq_management/priv/www/js/global.js
+++ b/deps/rabbitmq_management/priv/www/js/global.js
@@ -252,11 +252,11 @@ var HELP = {
'Total memory used by this queue process. This does not include in-memory message bodies (which may be shared between queues and will appear in the global "binaries" memory) but does include everything else.',
'queue-consumer-capacity':
- 'Fraction of the time that the queue is able to immediately deliver messages to consumers. If this number is less than 100% you may be able to deliver messages faster if: \
+ 'Fraction of the time that the queue is able to immediately deliver messages to consumers. Will be 0 for queues that have no consumers. If this number is less than 100% you may be able to deliver messages faster if: \
<ul> \
<li>There were more consumers or</li> \
<li>The consumers were faster or</li> \
- <li>The consumers had a higher prefetch count</li> \
+ <li>The consumer channels used a higher prefetch count</li> \
</ul>',
'internal-users-only':