connector
This commit is contained in:
parent
2378931cc1
commit
3f4f0341cb
@ -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()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user