connector

This commit is contained in:
4tochka 2019-05-29 17:00:06 +04:00
parent 382d55cb18
commit bd05373cf7

View File

@ -16,7 +16,7 @@ from pybtc import MRU
class BlockLoader:
def __init__(self, parent, workers=6):
def __init__(self, parent, workers=4):
self.worker_limit = workers
self.worker = dict()
self.worker_tasks = list()