diff options
| author | kjnilsson <knilsson@pivotal.io> | 2020-07-20 13:50:34 +0100 |
|---|---|---|
| committer | kjnilsson <knilsson@pivotal.io> | 2020-09-07 09:42:11 +0100 |
| commit | 7597daae9c6e58aec703ef6bf14abf372ab2856b (patch) | |
| tree | aac231785cc4d7f5ad2a0dfb85849fc089b7efd0 /src | |
| parent | bb968fd2fe7bd6a7fabdeb63abaf67a17814eb13 (diff) | |
| download | rabbitmq-server-git-7597daae9c6e58aec703ef6bf14abf372ab2856b.tar.gz | |
fix typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_quorum_queue.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_quorum_queue.erl b/src/rabbit_quorum_queue.erl index 591157ed5c..8b34d60972 100644 --- a/src/rabbit_quorum_queue.erl +++ b/src/rabbit_quorum_queue.erl @@ -304,7 +304,7 @@ filter_quorum_critical(Queues, ReplicaStates) -> is_policy_applicable(_Q, Policy) -> Applicable = [<<"max-length">>, <<"max-length-bytes">>, - <<"x-overflow">>, + <<"overflow">>, <<"max-in-memory-length">>, <<"max-in-memory-bytes">>, <<"delivery-limit">>, |
