Skip to content

Improve behavior on parallel queries

Carlos Garnacho requested to merge wip/carlosg/parallel-stmts into master

On one hand, prevent the TrackerNotifier from doing too many parallel queries. On the other hand, try harder at finding a free TrackerDBInterface instead of creating a new one. The former improves tracker-miner-fs first-index behavior, the latter should result in less overhead on load situations anywhere.

Merge request reports