|
|
@@ -25,7 +25,7 @@ class WorkerStack(QtCore.QObject):
|
|
|
thread.started.connect(worker.run)
|
|
|
worker.task_completed.connect(self.on_task_completed)
|
|
|
|
|
|
- thread.start(QtCore.QThread.HighPriority)
|
|
|
+ thread.start(QtCore.QThread.NormalPriority)
|
|
|
|
|
|
self.workers.append(worker)
|
|
|
self.threads.append(thread)
|