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
After ~2000 imports, maybe less, the UI becomes unresponsive to user commands.
This is due to the way the events are being returned, as there is a flood of events for the Main UI to handle and the Main UI basically freezes up.