We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 922e769 commit 525b9bbCopy full SHA for 525b9bb
deps/rabbitmq_management/src/rabbit_mgmt_features.erl
@@ -7,13 +7,8 @@
7
8
-module(rabbit_mgmt_features).
9
10
-<<<<<<< HEAD
11
--export([is_op_policy_updating_disabled/0]).
12
-=======
13
-export([is_op_policy_updating_disabled/0,
14
- is_qq_replica_operations_disabled/0,
15
- are_stats_enabled/0]).
16
->>>>>>> 2d74d24b80 (Disable add/delete/shrink/grow QQ operations via HTTP api)
+ is_qq_replica_operations_disabled/0]).
17
18
is_qq_replica_operations_disabled() ->
19
get_restriction([quorum_queue_replica_operations, disabled]).
0 commit comments