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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch Changes
c3a98a8 Thanks @segunadebayo! - Fix dropping a large directory freezing the tab. Duplicate
detection compared every incoming file against every file accepted so far, and the accept list was re-parsed for
every file, so a folder with tens of thousands of files took tens of seconds before onFileAccept or onFileReject
fired. Ingesting 50,000 files now takes milliseconds.