Skip to content

Commit 3b9520b

Browse files
jimmymichaelklishin
authored andcommitted
Change to throw an error when credit_flow_default_credit invalid
(cherry picked from commit e6954c8)
1 parent e56a082 commit 3b9520b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

deps/rabbit/src/rabbit.erl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1751,8 +1751,7 @@ persist_static_configuration() ->
17511751
[classic_queue_index_v2_segment_entry_count,
17521752
classic_queue_store_v2_max_cache_size,
17531753
classic_queue_store_v2_check_crc32,
1754-
incoming_message_interceptors,
1755-
credit_flow_default_credit
1754+
incoming_message_interceptors
17561755
]),
17571756

17581757
%% Disallow the following two cases:

0 commit comments

Comments
 (0)