Skip to content
Unverified Commit 4a8ffb02 authored by Dāvis Mosāns's avatar Dāvis Mosāns
Browse files

Make replace to not block because of missing item removal

Currently fetch() would invoke replace() which would block on QFile.exists()
while waiting on filesystem. If this is remote filesystem or just very slow
it can cause significant (ie. even several minutes) delay of Plasma startup time.

Improve this by simply doing IO in a seperate thread.
parent e198bb6c
Pipeline #175974 passed with stage
in 2 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