Skip to content

Commit

Permalink
Remove extra keys from gather_policy_config out
Browse files Browse the repository at this point in the history
  • Loading branch information
LoisSotoLopez committed Oct 28, 2024
1 parent 9dc9f97 commit 2577b7e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deps/rabbit/src/rabbit_quorum_queue.erl
Original file line number Diff line number Diff line change
Expand Up @@ -344,10 +344,8 @@ gather_policy_config(Q, IsQueueDeclaration) ->
#{dead_letter_handler => DeadLetterHandler,
max_length => MaxLength,
max_bytes => MaxBytes,
single_active_consumer_on => single_active_consumer_on(Q),
delivery_limit => DeliveryLimit,
overflow_strategy => Overflow,
created => erlang:system_time(millisecond),
expires => Expires,
msg_ttl => MsgTTL
}.
Expand Down

0 comments on commit 2577b7e

Please sign in to comment.