Skip to content
  • Daniel Vrátil's avatar
    Make sure CollectionScheduler actually lives in a QThread · 48373d50
    Daniel Vrátil authored
    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)
    48373d50