https://bugs.kde.org/show_bug.cgi?id=325574

Harald Sitter <sit...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
      Latest Commit|                            |https://invent.kde.org/netw
                   |                            |ork/kio-extras/commit/5c343
                   |                            |d3d82d751e171f03745d695c872
                   |                            |764f7edd
         Resolution|---                         |FIXED

--- Comment #18 from Harald Sitter <sit...@kde.org> ---
Git commit 5c343d3d82d751e171f03745d695c872764f7edd by Harald Sitter.
Committed on 31/03/2023 at 10:09.
Pushed by sitter into branch 'master'.

mtp: support moving through get-put and increase concurrency to 2

this is a bit tricky. to support moving from one device to another
properly we need KIO to take control since doing it inside the worker is
exceptionally tricky with the current feature set. at the same time KIO
is a bit defective and presumes that it can have a concurrent getjob and
putjob running at the same time. to allow for that we now have 2 workers
instead of 1. technically they could be deadlocking each other,
practically they shouldn't because all the work is outsourced to the
kiod though anyway and thus getting multiplexed

M  +8    -0    mtp/kio_mtp.cpp
M  +2    -2    mtp/mtp.json

https://invent.kde.org/network/kio-extras/commit/5c343d3d82d751e171f03745d695c872764f7edd

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to