File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1465,7 +1465,7 @@ pkg_eunit_formatters_description = Because eunit's output sucks. Let's make it b
14651465pkg_eunit_formatters_homepage = https://github.com/seancribbs/eunit_formatters
14661466pkg_eunit_formatters_fetch = git
14671467pkg_eunit_formatters_repo = https://github.com/seancribbs/eunit_formatters
1468- pkg_eunit_formatters_commit = master
1468+ pkg_eunit_formatters_commit = main
14691469
14701470PACKAGES += euthanasia
14711471pkg_euthanasia_name = euthanasia
Original file line number Diff line number Diff line change @@ -206,6 +206,7 @@ handle_continue(#{name := Name,
206206 when ? IS_STRING (Name ) ->
207207 process_flag (trap_exit , true ),
208208 process_flag (message_queue_data , off_heap ),
209+ process_flag (fullsweep_after , 0 ),
209210 Log = osiris_log :init (Config ),
210211 % % reader context can only be cached _after_ log init as we need to ensure
211212 % % there is at least 1 segment/index pair and also that the log has been
You can’t perform that action at this time.
0 commit comments