Skip to content

Optimising lookup function

Alexander Saoutkin requested to merge feverfew/kio-fuse:transferJob2 into master

This MR adds two optimisations:

  1. lookup now uses KIO::stat instead of KIO::listDir.
  2. Switches to a larger (14Mib) buffer for the TransferJob. The docs say that 1Mib should be the maximum, but newer discussion has pointed to the fact that it can be enlarged to at least 14Mib: https://phabricator.kde.org/D15448

Merge request reports