connector

This commit is contained in:
4tochka 2019-05-09 00:00:52 +04:00
parent bbeecb7d47
commit b1ef24f362

View File

@ -11,7 +11,7 @@ import aiojsonrpc
import traceback
from pybtc.connector.utils import decode_block_tx
import pickle
from lru import LRU
class BlockLoader:
def __init__(self, parent, workers=8):
self.worker_limit = workers