Skip to content
Commit 4b85c8d5 authored by Milan Crha's avatar Milan Crha
Browse files

Do not use GTask for CamelSession thread jobs

The GTask thread pool is limited (currently holds up to 10 threads)
and it's shared by all async operations, either directly or indirectly,
which can mean that the asynchronous operations can block session
thread jobs, eventually invoked by the user in UI.
parent 0d12eda5
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