diff --git a/resources/lib/backgroundthread.py b/resources/lib/backgroundthread.py index 07f67ec7..0fe9ae87 100644 --- a/resources/lib/backgroundthread.py +++ b/resources/lib/backgroundthread.py @@ -259,8 +259,7 @@ class NonstoppingBackgroundWorker(BackgroundWorker): class BackgroundThreader: - def __init__(self, name=None, worker=BackgroundWorker, - worker_count=int(utils.settings('syncThreadNumber'))): + def __init__(self, name=None, worker=BackgroundWorker, worker_count=6): self.name = name self._queue = MutablePriorityQueue() self._abort = False