You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
♻️ Defer file log loading until event loop starts in explore mode
File log loading during initialization would execute before the event loop
was ready to process results. This moves the initial file log load to a
deferred pattern: store the path during init and trigger loading via the
event system once the main loop begins.
Adds pending_file_log field to ExploreState and processes it at the start
of each event loop iteration.
0 commit comments