connector
This commit is contained in:
parent
382d55cb18
commit
bd05373cf7
@ -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()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user