connector
This commit is contained in:
parent
2378931cc1
commit
3f4f0341cb
@ -16,7 +16,7 @@ from _lru import LRU
|
|||||||
|
|
||||||
|
|
||||||
class BlockLoader:
|
class BlockLoader:
|
||||||
def __init__(self, parent, workers=8):
|
def __init__(self, parent, workers=4):
|
||||||
self.worker_limit = workers
|
self.worker_limit = workers
|
||||||
self.worker = dict()
|
self.worker = dict()
|
||||||
self.worker_tasks = list()
|
self.worker_tasks = list()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user