connector

This commit is contained in:
4tochka 2019-05-12 23:07:24 +04:00
parent 2378931cc1
commit 3f4f0341cb

View File

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