Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Blocking main thread

Thanks for your suggestions. But that's quite a change. It's unlikely we ever allow pasting files with loading a directory.
user10011

Blocking main thread

When reading a folder with many files, the main thread is blocked until the reading in finished. This is easily a long waiting time (up to 1min and more, depending on connection and other factors). I suggest the reader is updated in the background periodically and UI thread is not blocked, so a user can for example paste a file into that folder.