https://bugs.kde.org/show_bug.cgi?id=402276
--- Comment #6 from Méven Car <meve...@gmail.com> --- Git commit 10cf5aca5b3da2608eaf2967415d0b09b36121ac by Méven Car. Committed on 04/04/2020 at 18:52. Pushed by meven into branch 'master'. File ioslave : use Better setting for sendfile syscall Summary: Changes : * use sendfile when copying file bigger than 2 GB * copy 512 kB instead of previously 32 kB for each sendfile or read/write copying iteration This effectively increase the copying speed, since the filesystem is asked to copy more at once, it lets it reach higher speed before getting the next data to copy. Related: bug 342056 Test Plan: Copying large files or folders with medium sized files (for instance photos) is noticebly faster. Reviewers: #frameworks, dfaure Reviewed By: dfaure Subscribers: bruns, broulik, kde-frameworks-devel Tags: #frameworks Maniphest Tasks: T11627 Differential Revision: https://phabricator.kde.org/D28555 M +3 -5 src/ioslaves/file/file_unix.cpp https://commits.kde.org/kio/10cf5aca5b3da2608eaf2967415d0b09b36121ac -- You are receiving this mail because: You are watching all bug changes.