diff --git a/src/devices/devicemanager.cpp b/src/devices/devicemanager.cpp index 2591e57ff..2cb40bdfd 100644 --- a/src/devices/devicemanager.cpp +++ b/src/devices/devicemanager.cpp @@ -176,6 +176,7 @@ DeviceManager::DeviceManager(Application* app, QObject *parent) app_(app), not_connected_overlay_(IconLoader::Load("edit-delete")) { + thread_pool_.setMaxThreadCount(1); connect(app_->task_manager(), SIGNAL(TasksChanged()), SLOT(TasksChanged())); // Create the backend in the database thread