https://bugs.kde.org/show_bug.cgi?id=353813
Méven Car <meve...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |CONFIRMED Ever confirmed|0 |1 CC| |meve...@gmail.com --- Comment #2 from Méven Car <meve...@gmail.com> --- I reproduced on a SSD drive with 25000 0 byte files. Dolphin can even crashes. python code to reproduce creating 25000 files: for i in range(0, 25000): open("file_%d" % i, "w") When testing with kdeconnect (introducing slower IO) on a mounted phone in a directory containing thousands of files, the issue is more severe. -- You are receiving this mail because: You are watching all bug changes.