From e76fe0a9701d03c8d94644125e880c7de1cb3e68 Mon Sep 17 00:00:00 2001 From: Luke Bakken Date: Wed, 1 Nov 2017 17:06:26 -0700 Subject: [PATCH] Expand popup help text --- deps/rabbitmq_management/priv/www/js/global.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/rabbitmq_management/priv/www/js/global.js b/deps/rabbitmq_management/priv/www/js/global.js index ce3b25bc2d..ef14b6d9f7 100644 --- a/deps/rabbitmq_management/priv/www/js/global.js +++ b/deps/rabbitmq_management/priv/www/js/global.js @@ -175,7 +175,7 @@ var HELP = { 'Set the queue into lazy mode, keeping as many messages as possible on disk to reduce RAM usage; if not set, the queue will keep an in-memory cache to deliver messages as fast as possible.
(Sets the "x-queue-mode" argument.)', 'queue-overflow': - 'Sets the queue overflow behaviour.', + 'Sets the queue overflow behaviour. This determines what happens to messages when the maximum length of a queue is reached. Valid values are drop-head or reject-publish.', 'queue-master-locator': 'Set the queue into master location mode, determining the rule by which the queue master is located when declared on a cluster of nodes.
(Sets the "x-queue-master-locator" argument.)',