Skip to content

Commit 9ca77f8

Browse files
committed
Remove max_in_memory_length/bytes from QQ config type
Also remove a resolved TODO about conversion for the `last_checkpoint` field.
1 parent 0f1f27c commit 9ca77f8

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

deps/rabbit/src/rabbit_fifo.erl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,6 @@ which_module(4) -> ?MODULE.
917917
gc = #aux_gc{} :: #aux_gc{},
918918
tick_pid :: undefined | pid(),
919919
cache = #{} :: map(),
920-
%% TODO: we need a state conversion for this
921920
last_checkpoint :: #checkpoint{}}).
922921

923922
init_aux(Name) when is_atom(Name) ->

deps/rabbit/src/rabbit_fifo.hrl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,6 @@
220220
checkpoint_max_indexes => non_neg_integer(),
221221
max_length => non_neg_integer(),
222222
max_bytes => non_neg_integer(),
223-
max_in_memory_length => non_neg_integer(),
224-
max_in_memory_bytes => non_neg_integer(),
225223
overflow_strategy => drop_head | reject_publish,
226224
single_active_consumer_on => boolean(),
227225
delivery_limit => non_neg_integer(),

0 commit comments

Comments
 (0)