File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -917,7 +917,6 @@ which_module(4) -> ?MODULE.
917
917
gc = # aux_gc {} :: # aux_gc {},
918
918
tick_pid :: undefined | pid (),
919
919
cache = #{} :: map (),
920
- % % TODO: we need a state conversion for this
921
920
last_checkpoint :: # checkpoint {}}).
922
921
923
922
init_aux (Name ) when is_atom (Name ) ->
Original file line number Diff line number Diff line change 220
220
checkpoint_max_indexes => non_neg_integer (),
221
221
max_length => non_neg_integer (),
222
222
max_bytes => non_neg_integer (),
223
- max_in_memory_length => non_neg_integer (),
224
- max_in_memory_bytes => non_neg_integer (),
225
223
overflow_strategy => drop_head | reject_publish ,
226
224
single_active_consumer_on => boolean (),
227
225
delivery_limit => non_neg_integer (),
You can’t perform that action at this time.
0 commit comments