D27504: WIP: RFC: smb faster copy to local

Harald Sitter noreply at phabricator.kde.org
Wed Feb 19 14:57:07 GMT 2020


sitter added inline comments.

INLINE COMMENTS

> kio_smb_dir.cpp:88
> +        const off_t idealSegmentSize = qMin(fileSize / 50,
> +                                            4L * 1024 * 1024 /* 4 MiB */);
> +        segmentSize = qMax(segmentSize,

This may actually be too optimistic. If you happen to use all 20 allowed instances of the slave (5 per server) and each copies a file that hits the segment limit, then we'd be looking at up to 400MiB. A bit steep. Then again, I am not sure how likely that is.

REPOSITORY
  R320 KIO Extras

REVISION DETAIL
  https://phabricator.kde.org/D27504

To: sitter, ngraham, cfeck
Cc: kde-frameworks-devel, kfm-devel, pberestov, iasensio, fprice, LeGast00n, cblack, MrPepe, fbampaloukas, alexde, GB_2, Codezela, feverfew, meven, michaelh, spoorun, navarromorales, firef, ngraham, andrebarros, bruns, emmanuelp, mikesomov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20200219/8c6bc20c/attachment.htm>


More information about the kfm-devel mailing list