Skip to content
Commit 48373d50 authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

Make sure CollectionScheduler actually lives in a QThread

The previous implementation caused CollectionScheduler slots to be executed
in the mainthread, effectively blocking things like notifications subscribtions
when the scheduler would get stuck for a longer period of time (like CacheCleaner
waiting for transaction lock)
parent 2ccd2e9e
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