Skip to content

Commit d475a0e

Browse files
Rename a Shovel key to 'shovel.local.max_credit'
1 parent 4452872 commit d475a0e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
%% ----------------------------------------------------------------------------
22
%% RabbitMQ Shovel plugin
3-
%%
4-
%% See https://github.com/rabbitmq/rabbitmq-shovel/blob/stable/README.md
5-
%% for details
63
%% ----------------------------------------------------------------------------
74

8-
95
{mapping, "shovel.topology.predeclared", "rabbitmq_shovel.topology.predeclared", [
106
[{datatype, {enum, [true, false]}}]
117
]}.
128

13-
{mapping, "max_local_shovel_credit", "rabbitmq_shovel.max_local_shovel_credit", [
9+
{mapping, "shovel.local.max_credit", "rabbitmq_shovel.max_local_shovel_credit", [
1410
{datatype, integer}
1511
]}.

0 commit comments

Comments
 (0)