Skip to content
Commit 5c343d3d authored by Harald Sitter's avatar Harald Sitter 🐧
Browse files

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

BUG: 325574
parent 8c8325fc
Pipeline #368210 passed with stage
in 10 minutes and 10 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment