https://bugs.kde.org/show_bug.cgi?id=427644
Harald Sitter <sit...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/netw | |ork/kio-extras/commit/c58fd | |c63aeab10db329cd5a616725454 | |3684c1a2 Resolution|--- |FIXED Version Fixed In| |20.08.3 Status|ASSIGNED |RESOLVED --- Comment #5 from Harald Sitter <sit...@kde.org> --- Git commit c58fdc63aeab10db329cd5a6167254543684c1a2 by Harald Sitter. Committed on 14/10/2020 at 14:35. Pushed by sitter into branch 'release/20.08'. smb: no discovery cap on file listing File and share listing can take a very long time as they are IO bound on the remote, so if one is listing a large directory on a HDD it may well take minutes. Equally sending huge listings over the wire may take a while if not enough throughput is available. So don't cap the execution of these discoveries at all. Server discovery retains the timeout, mostly because I don't want to remove it in 20.08 though an argument could be made that we should trust in the reliability of the discovery stacks to not get stuck on random unforseen misbehavior of servers. FIXED-IN: 20.08.3 M +8 -1 smb/kio_smb_browse.cpp https://invent.kde.org/network/kio-extras/commit/c58fdc63aeab10db329cd5a6167254543684c1a2 -- You are receiving this mail because: You are watching all bug changes.